#ccebfb
a pale, electric blue · cool · closest name: lavender
RGB
204, 235, 251
HSL
200°, 86%, 89%
CMYK
19, 6, 0, 2
Luminance
0.7922
Every format
| HEX | #ccebfb |
| RGB | rgb(204, 235, 251) |
| HSL | hsl(200, 86%, 89%) |
| CMYK | cmyk(19%, 6%, 0%, 2%) |
| LAB | lab(91.3 -6.8 -11.1) |
| LCH | lch(91.3 13.0 238.5) |
| OKLCH | oklch(0.923 0.039 230.2) |
Copy-ready code
/* CSS */
color: #ccebfb;
background-color: #ccebfb;
/* Tailwind (arbitrary) */
class="text-[#ccebfb] bg-[#ccebfb]"
/* SCSS */
$brand: #ccebfb;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#ccebfb")Accessibility — WCAG contrast
Aa
#ccebfb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebfb on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#ccebfb text on a black background
contrast 16.84:1
Card sample
#ccebfb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebfb;
Background color
Panel with #ccebfb background
background-color: #ccebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebfb; background: linear-gradient(135deg, #ccebfb, #CCCCFB);