#ccebe5
a pale, soft cyan · cool · closest name: white
RGB
204, 235, 229
HSL
168°, 44%, 86%
CMYK
13, 0, 3, 8
Luminance
0.7791
Every format
| HEX | #ccebe5 |
| RGB | rgb(204, 235, 229) |
| HSL | hsl(168, 44%, 86%) |
| CMYK | cmyk(13%, 0%, 3%, 8%) |
| LAB | lab(90.7 -11.3 -0.5) |
| LCH | lch(90.7 11.3 182.5) |
| OKLCH | oklch(0.916 0.034 182.6) |
Copy-ready code
/* CSS */
color: #ccebe5;
background-color: #ccebe5;
/* Tailwind (arbitrary) */
class="text-[#ccebe5] bg-[#ccebe5]"
/* SCSS */
$brand: #ccebe5;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.898)
/* Android */
Color.parseColor("#ccebe5")Accessibility — WCAG contrast
Aa
#ccebe5 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebe5 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue89.8%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow2.6%
Key (black)7.8%
Color previews
#ccebe5 text on a black background
contrast 16.58:1
Card sample
#ccebe5 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebe5;
Background color
Panel with #ccebe5 background
background-color: #ccebe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebe5; background: linear-gradient(135deg, #ccebe5, #CCDCEB);