#cfeaef
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 234, 239
HSL
189°, 50%, 88%
CMYK
13, 2, 0, 6
Luminance
0.7834
Every format
| HEX | #cfeaef |
| RGB | rgb(207, 234, 239) |
| HSL | hsl(189, 50%, 88%) |
| CMYK | cmyk(13%, 2%, 0%, 6%) |
| LAB | lab(90.9 -7.8 -5.4) |
| LCH | lch(90.9 9.5 214.7) |
| OKLCH | oklch(0.919 0.029 210.0) |
Copy-ready code
/* CSS */
color: #cfeaef;
background-color: #cfeaef;
/* Tailwind (arbitrary) */
class="text-[#cfeaef] bg-[#cfeaef]"
/* SCSS */
$brand: #cfeaef;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.937)
/* Android */
Color.parseColor("#cfeaef")Accessibility — WCAG contrast
Aa
#cfeaef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeaef on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta2.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cfeaef text on a black background
contrast 16.67:1
Card sample
#cfeaef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeaef;
Background color
Panel with #cfeaef background
background-color: #cfeaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeaef; background: linear-gradient(135deg, #cfeaef, #CFD5EF);