#cfeaf1
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 234, 241
HSL
192°, 55%, 88%
CMYK
14, 3, 0, 6
Luminance
0.7846
Every format
| HEX | #cfeaf1 |
| RGB | rgb(207, 234, 241) |
| HSL | hsl(192, 55%, 88%) |
| CMYK | cmyk(14%, 3%, 0%, 6%) |
| LAB | lab(91.0 -7.4 -6.4) |
| LCH | lch(91.0 9.8 220.7) |
| OKLCH | oklch(0.919 0.030 215.1) |
Copy-ready code
/* CSS */
color: #cfeaf1;
background-color: #cfeaf1;
/* Tailwind (arbitrary) */
class="text-[#cfeaf1] bg-[#cfeaf1]"
/* SCSS */
$brand: #cfeaf1;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#cfeaf1")Accessibility — WCAG contrast
Aa
#cfeaf1 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeaf1 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#cfeaf1 text on a black background
contrast 16.69:1
Card sample
#cfeaf1 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeaf1;
Background color
Panel with #cfeaf1 background
background-color: #cfeaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeaf1; background: linear-gradient(135deg, #cfeaf1, #CFD3F1);