#F7FFFF#F7FFFF
#F7FFFF is a very light, near-neutral teal. Relative luminance 0.985; OKLCH L 99.4% C 0.008 H 197.0°. Best body text is #000000 at 20.70:1 contrast (WCAG AA passes).
Color values
| HEX | #F7FFFF |
|---|---|
| RGB | rgb(247, 255, 255) |
| HSL | hsl(180, 100%, 98%) |
| HSV | hsv(180, 3%, 100%) |
| CMYK | cmyk(3.1%, 0%, 0%, 0%) |
| CIE-LAB | lab(99.42, -2.62, -0.91) |
| CIE-LCH | lch(99.42, 2.77, 199.23°) |
| OKLab | oklab(99.4% -0.0081 -0.0025) |
| OKLCH | oklch(99.4% 0.008 197) |
| XYZ | xyz(92.1644, 98.5137, 108.7479) |
| Luminance | 0.9851 (WCAG relative) |
| Temperature | cool |
| Family | teal |
Closest named colors
Mintcream
#F5FFFA
ΔE00 2.75
Azure (CSS)
#F0FFFF
ΔE00 2.78
White
#FFFFFF
ΔE00 3.71
Aliceblue
#F0F8FF
ΔE00 3.75
Pale Grey
#FDFDFE
ΔE00 3.88
Whitesmoke
#F5F5F5
ΔE00 4.06
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#F7FFFF #FFF7F7
analogous
#F7FFFB #F7FFFF #F7FBFF
triadic
#F7FFFF #FFF7FF #FFFFF7
tetradic
#F7FFFF #FBF7FF #FFF7F7 #FBFFF7
square
#F7FFFF #FBF7FF #FFF7F7 #FBFFF7
split-complementary
#F7FFFF #FFF7FB #FFFBF7
monochromatic
#7DFFFF #BAFFFF #E0FFFF #E0FFFF #E0FFFF
Accessibility & contrast
On white
1.01
#F7FFFF on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
20.70
#F7FFFF on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #F7FFFF
20.70:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##F7FFFF | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##F7FFFF | 1.00 | 1.01 | 20.70 | 20.70 |
| #FFFFFF | 1.01 | 1.00 | 21.00 | 21.00 |
| #000000 | 20.70 | 21.00 | 1.00 | 1.00 |
| ##000000 | 20.70 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#FEFEFF
Deuteranopia (green-blind)
#FCFDFF
Tritanopia (blue-blind)
#F5FFFF
Achromatopsia (no color)
#FDFDFD
Design tokens & code
CSS
--color: #f7ffff; /* rgb */ color: rgb(247, 255, 255); /* oklch */ color: oklch(99.4% 0.008 197.0);
Tailwind
colors: {
custom: {
50: '#f9ffff',
500: '#f7ffff',
950: '#000000',
},
}SCSS
$custom: #f7ffff; $custom-light: #f9ffff; $custom-dark: #000000;
JSON
{
"hex": "#f7ffff",
"rgb": {
"r": 247,
"g": 255,
"b": 255
},
"hsl": {
"h": 180,
"s": 100,
"l": 98.431
},
"oklch": {
"l": 0.99403,
"c": 0.00843,
"h": 197
},
"luminance": 0.98514
}Semantic roles & 50–950 ramp
primary
#F7FFFF
secondary
#F0AAAA
accent
#0000E6
background
#FFFFFF
surface
#FFFFFF
border
#D7D7D7
text
#171818
muted
#858686