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