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