#ccebff
a pale, electric blue · cool · closest name: lavender
RGB
204, 235, 255
HSL
204°, 100%, 90%
CMYK
20, 8, 0, 0
Luminance
0.7947
Every format
| HEX | #ccebff |
| RGB | rgb(204, 235, 255) |
| HSL | hsl(204, 100%, 90%) |
| CMYK | cmyk(20%, 8%, 0%, 0%) |
| LAB | lab(91.5 -6.0 -13.0) |
| LCH | lch(91.5 14.3 245.4) |
| OKLCH | oklch(0.924 0.043 236.2) |
Copy-ready code
/* CSS */
color: #ccebff;
background-color: #ccebff;
/* Tailwind (arbitrary) */
class="text-[#ccebff] bg-[#ccebff]"
/* SCSS */
$brand: #ccebff;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#ccebff")Accessibility — WCAG contrast
Aa
#ccebff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebff on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ccebff text on a black background
contrast 16.89:1
Card sample
#ccebff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebff;
Background color
Panel with #ccebff background
background-color: #ccebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebff; background: linear-gradient(135deg, #ccebff, #CFCCFF);