#ccf8eb
a pale, electric cyan · cool · closest name: ivory
RGB
204, 248, 235
HSL
162°, 76%, 89%
CMYK
18, 0, 5, 3
Luminance
0.8597
Every format
| HEX | #ccf8eb |
| RGB | rgb(204, 248, 235) |
| HSL | hsl(162, 76%, 89%) |
| CMYK | cmyk(18%, 0%, 5%, 3%) |
| LAB | lab(94.3 -16.6 1.6) |
| LCH | lch(94.3 16.6 174.6) |
| OKLCH | oklch(0.945 0.048 175.4) |
Copy-ready code
/* CSS */
color: #ccf8eb;
background-color: #ccf8eb;
/* Tailwind (arbitrary) */
class="text-[#ccf8eb] bg-[#ccf8eb]"
/* SCSS */
$brand: #ccf8eb;
/* SwiftUI */
Color(red: 0.800, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#ccf8eb")Accessibility — WCAG contrast
Aa
#ccf8eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf8eb on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.3%
Blue92.2%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#ccf8eb text on a black background
contrast 18.19:1
Card sample
#ccf8eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf8eb;
Background color
Panel with #ccf8eb background
background-color: #ccf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf8eb; background: linear-gradient(135deg, #ccf8eb, #CCE8F8);