#cfeaf9
a pale, electric blue · cool · closest name: lavender
RGB
207, 234, 249
HSL
201°, 78%, 89%
CMYK
17, 6, 0, 2
Luminance
0.7895
Every format
| HEX | #cfeaf9 |
| RGB | rgb(207, 234, 249) |
| HSL | hsl(201, 78%, 89%) |
| CMYK | cmyk(17%, 6%, 0%, 2%) |
| LAB | lab(91.2 -5.8 -10.2) |
| LCH | lch(91.2 11.8 240.4) |
| OKLCH | oklch(0.922 0.035 232.1) |
Copy-ready code
/* CSS */
color: #cfeaf9;
background-color: #cfeaf9;
/* Tailwind (arbitrary) */
class="text-[#cfeaf9] bg-[#cfeaf9]"
/* SCSS */
$brand: #cfeaf9;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#cfeaf9")Accessibility — WCAG contrast
Aa
#cfeaf9 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeaf9 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#cfeaf9 text on a black background
contrast 16.79:1
Card sample
#cfeaf9 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeaf9;
Background color
Panel with #cfeaf9 background
background-color: #cfeaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeaf9; background: linear-gradient(135deg, #cfeaf9, #D0CFF9);