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