#cceeeb
a pale, vivid cyan · cool · closest name: white
RGB
204, 238, 235
HSL
175°, 50%, 87%
CMYK
14, 0, 1, 7
Luminance
0.7998
Every format
| HEX | #cceeeb |
| RGB | rgb(204, 238, 235) |
| HSL | hsl(175, 50%, 87%) |
| CMYK | cmyk(14%, 0%, 1%, 7%) |
| LAB | lab(91.7 -11.6 -2.3) |
| LCH | lch(91.7 11.8 191.0) |
| OKLCH | oklch(0.924 0.036 190.0) |
Copy-ready code
/* CSS */
color: #cceeeb;
background-color: #cceeeb;
/* Tailwind (arbitrary) */
class="text-[#cceeeb] bg-[#cceeeb]"
/* SCSS */
$brand: #cceeeb;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#cceeeb")Accessibility — WCAG contrast
Aa
#cceeeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceeeb on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue92.2%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#cceeeb text on a black background
contrast 17.00:1
Card sample
#cceeeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceeeb;
Background color
Panel with #cceeeb background
background-color: #cceeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceeeb; background: linear-gradient(135deg, #cceeeb, #CCDAEE);