#cdf5df
a pale, vivid green · cool · closest name: beige
RGB
205, 245, 223
HSL
147°, 67%, 88%
CMYK
16, 0, 9, 4
Luminance
0.8361
Every format
| HEX | #cdf5df |
| RGB | rgb(205, 245, 223) |
| HSL | hsl(147, 67%, 88%) |
| CMYK | cmyk(16%, 0%, 9%, 4%) |
| LAB | lab(93.3 -17.1 6.3) |
| LCH | lch(93.3 18.2 159.7) |
| OKLCH | oklch(0.936 0.051 161.2) |
Copy-ready code
/* CSS */
color: #cdf5df;
background-color: #cdf5df;
/* Tailwind (arbitrary) */
class="text-[#cdf5df] bg-[#cdf5df]"
/* SCSS */
$brand: #cdf5df;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#cdf5df")Accessibility — WCAG contrast
Aa
#cdf5df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf5df on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue87.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#cdf5df text on a black background
contrast 17.72:1
Card sample
#cdf5df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf5df;
Background color
Panel with #cdf5df background
background-color: #cdf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf5df; background: linear-gradient(135deg, #cdf5df, #CDF0F5);