#F8F8FF
ghostwhite
#F8F8FF is a blue colour. In RGB it is 248 red, 248 green and 255 blue, which converts to a hue of 240 degrees, 100% saturation and 99% lightness. It is one of the named CSS colours, written as ghostwhite in stylesheets.
Color values
| HEX | #F8F8FF |
|---|---|
| RGB | rgb(248, 248, 255) |
| HSL | hsl(240, 100%, 99%) |
| HSV | hsv(240, 3%, 100%) |
| CMYK | cmyk(3%, 3%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.06:1, and against black it is 19.86:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.06:1 | Fail | Fail |
| Black | 19.86:1 | AAA | AAA |
Tints and shades
Lighter tints move #F8F8FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F8F8FF; |
|---|---|
| CSS rgb() | color: rgb(248 248 255); |
| Tailwind | bg-[#f8f8ff] |
| SwiftUI | Color(red: 0.973, green: 0.973, blue: 1.000) |
| Android | Color.parseColor("#F8F8FF") |