#cdf4b7
a light, vivid green · cool · closest name: beige
RGB
205, 244, 183
HSL
98°, 74%, 84%
CMYK
16, 0, 25, 4
Luminance
0.8110
Every format
| HEX | #cdf4b7 |
| RGB | rgb(205, 244, 183) |
| HSL | hsl(98, 74%, 84%) |
| CMYK | cmyk(16%, 0%, 25%, 4%) |
| LAB | lab(92.2 -23.4 25.4) |
| LCH | lch(92.2 34.5 132.6) |
| OKLCH | oklch(0.924 0.090 134.5) |
Copy-ready code
/* CSS */
color: #cdf4b7;
background-color: #cdf4b7;
/* Tailwind (arbitrary) */
class="text-[#cdf4b7] bg-[#cdf4b7]"
/* SCSS */
$brand: #cdf4b7;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.718)
/* Android */
Color.parseColor("#cdf4b7")Accessibility — WCAG contrast
Aa
#cdf4b7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4b7 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue71.8%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow25.0%
Key (black)4.3%
Color previews
#cdf4b7 text on a black background
contrast 17.22:1
Card sample
#cdf4b7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4b7;
Background color
Panel with #cdf4b7 background
background-color: #cdf4b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4b7; background: linear-gradient(135deg, #cdf4b7, #B7F4CA);