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