#cdf1b7
a light, vivid green · cool · closest name: beige
RGB
205, 241, 183
HSL
97°, 67%, 83%
CMYK
15, 0, 24, 6
Luminance
0.7931
Every format
| HEX | #cdf1b7 |
| RGB | rgb(205, 241, 183) |
| HSL | hsl(97, 67%, 83%) |
| CMYK | cmyk(15%, 0%, 24%, 6%) |
| LAB | lab(91.4 -21.9 24.3) |
| LCH | lch(91.4 32.7 132.1) |
| OKLCH | oklch(0.918 0.086 133.8) |
Copy-ready code
/* CSS */
color: #cdf1b7;
background-color: #cdf1b7;
/* Tailwind (arbitrary) */
class="text-[#cdf1b7] bg-[#cdf1b7]"
/* SCSS */
$brand: #cdf1b7;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.718)
/* Android */
Color.parseColor("#cdf1b7")Accessibility — WCAG contrast
Aa
#cdf1b7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1b7 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue71.8%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow24.1%
Key (black)5.5%
Color previews
#cdf1b7 text on a black background
contrast 16.86:1
Card sample
#cdf1b7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1b7;
Background color
Panel with #cdf1b7 background
background-color: #cdf1b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1b7; background: linear-gradient(135deg, #cdf1b7, #B7F1C8);