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