#ccf9eb
a pale, electric cyan · cool · closest name: ivory
RGB
204, 249, 235
HSL
161°, 79%, 89%
CMYK
18, 0, 6, 2
Luminance
0.8659
Every format
| HEX | #ccf9eb |
| RGB | rgb(204, 249, 235) |
| HSL | hsl(161, 79%, 89%) |
| CMYK | cmyk(18%, 0%, 6%, 2%) |
| LAB | lab(94.6 -17.1 1.9) |
| LCH | lch(94.6 17.2 173.5) |
| OKLCH | oklch(0.947 0.050 174.3) |
Copy-ready code
/* CSS */
color: #ccf9eb;
background-color: #ccf9eb;
/* Tailwind (arbitrary) */
class="text-[#ccf9eb] bg-[#ccf9eb]"
/* SCSS */
$brand: #ccf9eb;
/* SwiftUI */
Color(red: 0.800, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#ccf9eb")Accessibility — WCAG contrast
Aa
#ccf9eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf9eb on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green97.6%
Blue92.2%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#ccf9eb text on a black background
contrast 18.32:1
Card sample
#ccf9eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf9eb;
Background color
Panel with #ccf9eb background
background-color: #ccf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf9eb; background: linear-gradient(135deg, #ccf9eb, #CCE9F9);