#cdf0da
a pale, vivid green · cool · closest name: beige
RGB
205, 240, 218
HSL
142°, 54%, 87%
CMYK
15, 0, 9, 6
Luminance
0.8036
Every format
| HEX | #cdf0da |
| RGB | rgb(205, 240, 218) |
| HSL | hsl(142, 54%, 87%) |
| CMYK | cmyk(15%, 0%, 9%, 6%) |
| LAB | lab(91.8 -15.5 6.8) |
| LCH | lch(91.8 16.9 156.2) |
| OKLCH | oklch(0.924 0.047 157.8) |
Copy-ready code
/* CSS */
color: #cdf0da;
background-color: #cdf0da;
/* Tailwind (arbitrary) */
class="text-[#cdf0da] bg-[#cdf0da]"
/* SCSS */
$brand: #cdf0da;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.855)
/* Android */
Color.parseColor("#cdf0da")Accessibility — WCAG contrast
Aa
#cdf0da on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0da on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue85.5%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow9.2%
Key (black)5.9%
Color previews
#cdf0da text on a black background
contrast 17.07:1
Card sample
#cdf0da text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0da;
Background color
Panel with #cdf0da background
background-color: #cdf0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0da; background: linear-gradient(135deg, #cdf0da, #CDEFF0);