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