#cdf1df
a pale, vivid green · cool · closest name: beige
RGB
205, 241, 223
HSL
150°, 56%, 88%
CMYK
15, 0, 8, 6
Luminance
0.8122
Every format
| HEX | #cdf1df |
| RGB | rgb(205, 241, 223) |
| HSL | hsl(150, 56%, 88%) |
| CMYK | cmyk(15%, 0%, 8%, 6%) |
| LAB | lab(92.2 -15.1 4.8) |
| LCH | lch(92.2 15.8 162.4) |
| OKLCH | oklch(0.927 0.045 163.8) |
Copy-ready code
/* CSS */
color: #cdf1df;
background-color: #cdf1df;
/* Tailwind (arbitrary) */
class="text-[#cdf1df] bg-[#cdf1df]"
/* SCSS */
$brand: #cdf1df;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#cdf1df")Accessibility — WCAG contrast
Aa
#cdf1df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1df on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue87.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#cdf1df text on a black background
contrast 17.24:1
Card sample
#cdf1df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1df;
Background color
Panel with #cdf1df background
background-color: #cdf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1df; background: linear-gradient(135deg, #cdf1df, #CDEBF1);