#cfefea
a pale, vivid cyan · cool · closest name: white
RGB
207, 239, 234
HSL
171°, 50%, 88%
CMYK
13, 0, 2, 6
Luminance
0.8094
Every format
| HEX | #cfefea |
| RGB | rgb(207, 239, 234) |
| HSL | hsl(171, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 2%, 6%) |
| LAB | lab(92.1 -11.3 -1.1) |
| LCH | lch(92.1 11.4 185.5) |
| OKLCH | oklch(0.928 0.034 185.2) |
Copy-ready code
/* CSS */
color: #cfefea;
background-color: #cfefea;
/* Tailwind (arbitrary) */
class="text-[#cfefea] bg-[#cfefea]"
/* SCSS */
$brand: #cfefea;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.918)
/* Android */
Color.parseColor("#cfefea")Accessibility — WCAG contrast
Aa
#cfefea on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefea on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue91.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow2.1%
Key (black)6.3%
Color previews
#cfefea text on a black background
contrast 17.19:1
Card sample
#cfefea text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefea;
Background color
Panel with #cfefea background
background-color: #cfefea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefea; background: linear-gradient(135deg, #cfefea, #CFDFEF);