#cfeeee
a pale, vivid cyan · cool · closest name: white
RGB
207, 238, 238
HSL
180°, 48%, 87%
CMYK
13, 0, 0, 7
Luminance
0.8059
Every format
| HEX | #cfeeee |
| RGB | rgb(207, 238, 238) |
| HSL | hsl(180, 48%, 87%) |
| CMYK | cmyk(13%, 0%, 0%, 7%) |
| LAB | lab(92.0 -10.1 -3.4) |
| LCH | lch(92.0 10.6 198.7) |
| OKLCH | oklch(0.927 0.032 196.6) |
Copy-ready code
/* CSS */
color: #cfeeee;
background-color: #cfeeee;
/* Tailwind (arbitrary) */
class="text-[#cfeeee] bg-[#cfeeee]"
/* SCSS */
$brand: #cfeeee;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#cfeeee")Accessibility — WCAG contrast
Aa
#cfeeee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeeee on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cfeeee text on a black background
contrast 17.12:1
Card sample
#cfeeee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeeee;
Background color
Panel with #cfeeee background
background-color: #cfeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeeee; background: linear-gradient(135deg, #cfeeee, #CFD9EE);