#BFFFFF#BFFFFF
#BFFFFF is a very light, moderate teal. Relative luminance 0.898; OKLCH L 95.7% C 0.064 H 196.1°. Best body text is #000000 at 18.96:1 contrast (WCAG AA passes).
Color values
| HEX | #BFFFFF |
|---|---|
| RGB | rgb(191, 255, 255) |
| HSL | hsl(180, 100%, 87%) |
| HSV | hsv(180, 25%, 100%) |
| CMYK | cmyk(25.1%, 0%, 0%, 0%) |
| CIE-LAB | lab(95.92, -19.78, -6.47) |
| CIE-LCH | lch(95.92, 20.81, 198.11°) |
| OKLab | oklab(95.74% -0.0612 -0.0177) |
| OKLCH | oklch(95.74% 0.064 196.1) |
| XYZ | xyz(75.2902, 89.8129, 107.9569) |
| Luminance | 0.8982 (WCAG relative) |
| Temperature | cool |
| Family | teal |
Closest named colors
Light Light Blue
#CAFFFB
ΔE00 2.37
Light Sky Blue
#C6FCFF
ΔE00 2.42
Pale Cyan
#B7FFFA
ΔE00 2.48
Duck Egg Blue
#C3FBF4
ΔE00 2.98
Eggshell Blue
#C4FFF7
ΔE00 3.11
Light Cyan
#ACFFFC
ΔE00 3.27
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#BFFFFF #FFBFBF
analogous
#BFFFDF #BFFFFF #BFDFFF
triadic
#BFFFFF #FFBFFF #FFFFBF
tetradic
#BFFFFF #DFBFFF #FFBFBF #DFFFBF
square
#BFFFFF #DFBFFF #FFBFBF #DFFFBF
split-complementary
#BFFFFF #FFBFDF #FFDFBF
monochromatic
#45FFFF #82FFFF #BFFFFF #E0FFFF #E0FFFF
Accessibility & contrast
On white
1.11
#BFFFFF on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
18.96
#BFFFFF on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #BFFFFF
18.96:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##BFFFFF | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##BFFFFF | 1.00 | 1.11 | 18.96 | 18.96 |
| #FFFFFF | 1.11 | 1.00 | 21.00 | 21.00 |
| #000000 | 18.96 | 21.00 | 1.00 | 1.00 |
| ##000000 | 18.96 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#F7F9FF
Deuteranopia (green-blind)
#EAEFFF
Tritanopia (blue-blind)
#A9FFFF
Achromatopsia (no color)
#F3F3F3
Design tokens & code
CSS
--color: #bfffff; /* rgb */ color: rgb(191, 255, 255); /* oklch */ color: oklch(95.7% 0.064 196.1);
Tailwind
colors: {
custom: {
50: '#d4ffff',
500: '#bfffff',
950: '#000000',
},
}SCSS
$custom: #bfffff; $custom-light: #d4ffff; $custom-dark: #000000;
JSON
{
"hex": "#bfffff",
"rgb": {
"r": 191,
"g": 255,
"b": 255
},
"hsl": {
"h": 180,
"s": 100,
"l": 87.451
},
"oklch": {
"l": 0.95736,
"c": 0.06368,
"h": 196.1
},
"luminance": 0.89816
}Semantic roles & 50–950 ramp
primary
#BFFFFF
secondary
#E87B7B
accent
#0000E6
background
#FEFFFF
surface
#FBFFFF
border
#D4D7D7
text
#141818
muted
#838686