#cfedf4
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 237, 244
HSL
191°, 63%, 88%
CMYK
15, 3, 0, 4
Luminance
0.8037
Every format
| HEX | #cfedf4 |
| RGB | rgb(207, 237, 244) |
| HSL | hsl(191, 63%, 88%) |
| CMYK | cmyk(15%, 3%, 0%, 4%) |
| LAB | lab(91.8 -8.3 -6.7) |
| LCH | lch(91.8 10.7 218.7) |
| OKLCH | oklch(0.926 0.033 213.4) |
Copy-ready code
/* CSS */
color: #cfedf4;
background-color: #cfedf4;
/* Tailwind (arbitrary) */
class="text-[#cfedf4] bg-[#cfedf4]"
/* SCSS */
$brand: #cfedf4;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.957)
/* Android */
Color.parseColor("#cfedf4")Accessibility — WCAG contrast
Aa
#cfedf4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedf4 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta2.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cfedf4 text on a black background
contrast 17.07:1
Card sample
#cfedf4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedf4;
Background color
Panel with #cfedf4 background
background-color: #cfedf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedf4; background: linear-gradient(135deg, #cfedf4, #CFD4F4);