#cceceb
a pale, vivid cyan · cool · closest name: white
RGB
204, 236, 235
HSL
178°, 46%, 86%
CMYK
14, 0, 0, 8
Luminance
0.7883
Every format
| HEX | #cceceb |
| RGB | rgb(204, 236, 235) |
| HSL | hsl(178, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 0%, 8%) |
| LAB | lab(91.2 -10.6 -3.0) |
| LCH | lch(91.2 11.0 196.0) |
| OKLCH | oklch(0.920 0.034 194.3) |
Copy-ready code
/* CSS */
color: #cceceb;
background-color: #cceceb;
/* Tailwind (arbitrary) */
class="text-[#cceceb] bg-[#cceceb]"
/* SCSS */
$brand: #cceceb;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#cceceb")Accessibility — WCAG contrast
Aa
#cceceb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceceb on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#cceceb text on a black background
contrast 16.77:1
Card sample
#cceceb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceceb;
Background color
Panel with #cceceb background
background-color: #cceceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceceb; background: linear-gradient(135deg, #cceceb, #CCD8EC);