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