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