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