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