#ccebee
a pale, vivid cyan · cool · closest name: white
RGB
204, 235, 238
HSL
185°, 50%, 87%
CMYK
14, 1, 0, 7
Luminance
0.7843
Every format
| HEX | #ccebee |
| RGB | rgb(204, 235, 238) |
| HSL | hsl(185, 50%, 87%) |
| CMYK | cmyk(14%, 1%, 0%, 7%) |
| LAB | lab(91.0 -9.5 -4.9) |
| LCH | lch(91.0 10.7 207.1) |
| OKLCH | oklch(0.919 0.033 203.7) |
Copy-ready code
/* CSS */
color: #ccebee;
background-color: #ccebee;
/* Tailwind (arbitrary) */
class="text-[#ccebee] bg-[#ccebee]"
/* SCSS */
$brand: #ccebee;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#ccebee")Accessibility — WCAG contrast
Aa
#ccebee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebee on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ccebee text on a black background
contrast 16.69:1
Card sample
#ccebee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebee;
Background color
Panel with #ccebee background
background-color: #ccebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebee; background: linear-gradient(135deg, #ccebee, #CCD4EE);