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