#cfedfe
a pale, electric blue · cool · closest name: lavender
RGB
207, 237, 254
HSL
202°, 96%, 90%
CMYK
19, 7, 0, 0
Luminance
0.8099
Every format
| HEX | #cfedfe |
| RGB | rgb(207, 237, 254) |
| HSL | hsl(202, 96%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 0%) |
| LAB | lab(92.1 -6.3 -11.5) |
| LCH | lch(92.1 13.1 241.3) |
| OKLCH | oklch(0.930 0.039 232.7) |
Copy-ready code
/* CSS */
color: #cfedfe;
background-color: #cfedfe;
/* Tailwind (arbitrary) */
class="text-[#cfedfe] bg-[#cfedfe]"
/* SCSS */
$brand: #cfedfe;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.996)
/* Android */
Color.parseColor("#cfedfe")Accessibility — WCAG contrast
Aa
#cfedfe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedfe on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta6.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cfedfe text on a black background
contrast 17.20:1
Card sample
#cfedfe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedfe;
Background color
Panel with #cfedfe background
background-color: #cfedfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedfe; background: linear-gradient(135deg, #cfedfe, #D0CFFE);