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