#ccf2eb
a pale, vivid cyan · cool · closest name: ivory
RGB
204, 242, 235
HSL
169°, 59%, 88%
CMYK
16, 0, 3, 5
Luminance
0.8234
Every format
| HEX | #ccf2eb |
| RGB | rgb(204, 242, 235) |
| HSL | hsl(169, 59%, 88%) |
| CMYK | cmyk(16%, 0%, 3%, 5%) |
| LAB | lab(92.7 -13.6 -0.7) |
| LCH | lch(92.7 13.6 183.1) |
| OKLCH | oklch(0.932 0.040 183.0) |
Copy-ready code
/* CSS */
color: #ccf2eb;
background-color: #ccf2eb;
/* Tailwind (arbitrary) */
class="text-[#ccf2eb] bg-[#ccf2eb]"
/* SCSS */
$brand: #ccf2eb;
/* SwiftUI */
Color(red: 0.800, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#ccf2eb")Accessibility — WCAG contrast
Aa
#ccf2eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf2eb on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.9%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#ccf2eb text on a black background
contrast 17.47:1
Card sample
#ccf2eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf2eb;
Background color
Panel with #ccf2eb background
background-color: #ccf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf2eb; background: linear-gradient(135deg, #ccf2eb, #CCE0F2);