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