#ccf5ee
a pale, vivid cyan · cool · closest name: ivory
RGB
204, 245, 238
HSL
170°, 67%, 88%
CMYK
17, 0, 3, 4
Luminance
0.8432
Every format
| HEX | #ccf5ee |
| RGB | rgb(204, 245, 238) |
| HSL | hsl(170, 67%, 88%) |
| CMYK | cmyk(17%, 0%, 3%, 4%) |
| LAB | lab(93.6 -14.5 -1.0) |
| LCH | lch(93.6 14.5 184.0) |
| OKLCH | oklch(0.939 0.043 183.9) |
Copy-ready code
/* CSS */
color: #ccf5ee;
background-color: #ccf5ee;
/* Tailwind (arbitrary) */
class="text-[#ccf5ee] bg-[#ccf5ee]"
/* SCSS */
$brand: #ccf5ee;
/* SwiftUI */
Color(red: 0.800, green: 0.961, blue: 0.933)
/* Android */
Color.parseColor("#ccf5ee")Accessibility — WCAG contrast
Aa
#ccf5ee on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf5ee on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.1%
Blue93.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow2.9%
Key (black)3.9%
Color previews
#ccf5ee text on a black background
contrast 17.86:1
Card sample
#ccf5ee text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf5ee;
Background color
Panel with #ccf5ee background
background-color: #ccf5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 245, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 245, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf5ee; background: linear-gradient(135deg, #ccf5ee, #CCE1F5);