#cdefdf
a pale, vivid green · cool · closest name: beige
RGB
205, 239, 223
HSL
152°, 52%, 87%
CMYK
14, 0, 7, 6
Luminance
0.8004
Every format
| HEX | #cdefdf |
| RGB | rgb(205, 239, 223) |
| HSL | hsl(152, 52%, 87%) |
| CMYK | cmyk(14%, 0%, 7%, 6%) |
| LAB | lab(91.7 -14.1 4.0) |
| LCH | lch(91.7 14.7 164.0) |
| OKLCH | oklch(0.923 0.042 165.4) |
Copy-ready code
/* CSS */
color: #cdefdf;
background-color: #cdefdf;
/* Tailwind (arbitrary) */
class="text-[#cdefdf] bg-[#cdefdf]"
/* SCSS */
$brand: #cdefdf;
/* SwiftUI */
Color(red: 0.804, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#cdefdf")Accessibility — WCAG contrast
Aa
#cdefdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdefdf on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#cdefdf text on a black background
contrast 17.01:1
Card sample
#cdefdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdefdf;
Background color
Panel with #cdefdf background
background-color: #cdefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdefdf; background: linear-gradient(135deg, #cdefdf, #CDE8EF);