#ccebf5
a pale, vivid cyan · cool · closest name: lavender
RGB
204, 235, 245
HSL
195°, 67%, 88%
CMYK
17, 4, 0, 4
Luminance
0.7885
Every format
| HEX | #ccebf5 |
| RGB | rgb(204, 235, 245) |
| HSL | hsl(195, 67%, 88%) |
| CMYK | cmyk(17%, 4%, 0%, 4%) |
| LAB | lab(91.2 -8.1 -8.2) |
| LCH | lch(91.2 11.5 225.6) |
| OKLCH | oklch(0.921 0.035 219.2) |
Copy-ready code
/* CSS */
color: #ccebf5;
background-color: #ccebf5;
/* Tailwind (arbitrary) */
class="text-[#ccebf5] bg-[#ccebf5]"
/* SCSS */
$brand: #ccebf5;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.961)
/* Android */
Color.parseColor("#ccebf5")Accessibility — WCAG contrast
Aa
#ccebf5 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebf5 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta4.1%
Yellow0.0%
Key (black)3.9%
Color previews
#ccebf5 text on a black background
contrast 16.77:1
Card sample
#ccebf5 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebf5;
Background color
Panel with #ccebf5 background
background-color: #ccebf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebf5; background: linear-gradient(135deg, #ccebf5, #CCD0F5);