#cfeef8
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 238, 248
HSL
195°, 75%, 89%
CMYK
17, 4, 0, 3
Luminance
0.8119
Every format
| HEX | #cfeef8 |
| RGB | rgb(207, 238, 248) |
| HSL | hsl(195, 75%, 89%) |
| CMYK | cmyk(17%, 4%, 0%, 3%) |
| LAB | lab(92.2 -8.0 -8.2) |
| LCH | lch(92.2 11.5 225.6) |
| OKLCH | oklch(0.930 0.035 219.2) |
Copy-ready code
/* CSS */
color: #cfeef8;
background-color: #cfeef8;
/* Tailwind (arbitrary) */
class="text-[#cfeef8] bg-[#cfeef8]"
/* SCSS */
$brand: #cfeef8;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#cfeef8")Accessibility — WCAG contrast
Aa
#cfeef8 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeef8 on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#cfeef8 text on a black background
contrast 17.24:1
Card sample
#cfeef8 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeef8;
Background color
Panel with #cfeef8 background
background-color: #cfeef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeef8; background: linear-gradient(135deg, #cfeef8, #CFD3F8);