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