#cfeafb
a pale, electric blue · cool · closest name: lavender
RGB
207, 234, 251
HSL
203°, 85%, 90%
CMYK
18, 7, 0, 2
Luminance
0.7908
Every format
| HEX | #cfeafb |
| RGB | rgb(207, 234, 251) |
| HSL | hsl(203, 85%, 90%) |
| CMYK | cmyk(18%, 7%, 0%, 2%) |
| LAB | lab(91.3 -5.4 -11.2) |
| LCH | lch(91.3 12.4 244.3) |
| OKLCH | oklch(0.923 0.037 235.5) |
Copy-ready code
/* CSS */
color: #cfeafb;
background-color: #cfeafb;
/* Tailwind (arbitrary) */
class="text-[#cfeafb] bg-[#cfeafb]"
/* SCSS */
$brand: #cfeafb;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#cfeafb")Accessibility — WCAG contrast
Aa
#cfeafb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeafb on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cfeafb text on a black background
contrast 16.82:1
Card sample
#cfeafb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeafb;
Background color
Panel with #cfeafb background
background-color: #cfeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeafb; background: linear-gradient(135deg, #cfeafb, #D1CFFB);