#cfeef6
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 238, 246
HSL
192°, 68%, 89%
CMYK
16, 3, 0, 4
Luminance
0.8107
Every format
| HEX | #cfeef6 |
| RGB | rgb(207, 238, 246) |
| HSL | hsl(192, 68%, 89%) |
| CMYK | cmyk(16%, 3%, 0%, 4%) |
| LAB | lab(92.2 -8.4 -7.3) |
| LCH | lch(92.2 11.1 220.7) |
| OKLCH | oklch(0.929 0.034 215.0) |
Copy-ready code
/* CSS */
color: #cfeef6;
background-color: #cfeef6;
/* Tailwind (arbitrary) */
class="text-[#cfeef6] bg-[#cfeef6]"
/* SCSS */
$brand: #cfeef6;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#cfeef6")Accessibility — WCAG contrast
Aa
#cfeef6 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeef6 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta3.3%
Yellow0.0%
Key (black)3.5%
Color previews
#cfeef6 text on a black background
contrast 17.21:1
Card sample
#cfeef6 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeef6;
Background color
Panel with #cfeef6 background
background-color: #cfeef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeef6; background: linear-gradient(135deg, #cfeef6, #CFD4F6);