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