#cdf6df
a pale, vivid green · cool · closest name: beige
RGB
205, 246, 223
HSL
146°, 70%, 88%
CMYK
17, 0, 9, 4
Luminance
0.8422
Every format
| HEX | #cdf6df |
| RGB | rgb(205, 246, 223) |
| HSL | hsl(146, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 9%, 4%) |
| LAB | lab(93.5 -17.6 6.7) |
| LCH | lch(93.5 18.8 159.1) |
| OKLCH | oklch(0.938 0.052 160.6) |
Copy-ready code
/* CSS */
color: #cdf6df;
background-color: #cdf6df;
/* Tailwind (arbitrary) */
class="text-[#cdf6df] bg-[#cdf6df]"
/* SCSS */
$brand: #cdf6df;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#cdf6df")Accessibility — WCAG contrast
Aa
#cdf6df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6df on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue87.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#cdf6df text on a black background
contrast 17.84:1
Card sample
#cdf6df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6df;
Background color
Panel with #cdf6df background
background-color: #cdf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6df; background: linear-gradient(135deg, #cdf6df, #CDF2F6);