#ceebfb
a pale, electric blue · cool · closest name: lavender
RGB
206, 235, 251
HSL
201°, 85%, 90%
CMYK
18, 6, 0, 2
Luminance
0.7950
Every format
| HEX | #ceebfb |
| RGB | rgb(206, 235, 251) |
| HSL | hsl(201, 85%, 90%) |
| CMYK | cmyk(18%, 6%, 0%, 2%) |
| LAB | lab(91.5 -6.2 -10.9) |
| LCH | lch(91.5 12.6 240.4) |
| OKLCH | oklch(0.924 0.037 231.9) |
Copy-ready code
/* CSS */
color: #ceebfb;
background-color: #ceebfb;
/* Tailwind (arbitrary) */
class="text-[#ceebfb] bg-[#ceebfb]"
/* SCSS */
$brand: #ceebfb;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#ceebfb")Accessibility — WCAG contrast
Aa
#ceebfb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebfb on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#ceebfb text on a black background
contrast 16.90:1
Card sample
#ceebfb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebfb;
Background color
Panel with #ceebfb background
background-color: #ceebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebfb; background: linear-gradient(135deg, #ceebfb, #CFCEFB);