#cdfbd1
a pale, electric green · cool · closest name: beige
RGB
205, 251, 209
HSL
125°, 85%, 89%
CMYK
18, 0, 17, 2
Luminance
0.8658
Every format
| HEX | #cdfbd1 |
| RGB | rgb(205, 251, 209) |
| HSL | hsl(125, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 17%, 2%) |
| LAB | lab(94.6 -22.5 15.4) |
| LCH | lch(94.6 27.2 145.7) |
| OKLCH | oklch(0.945 0.073 147.3) |
Copy-ready code
/* CSS */
color: #cdfbd1;
background-color: #cdfbd1;
/* Tailwind (arbitrary) */
class="text-[#cdfbd1] bg-[#cdfbd1]"
/* SCSS */
$brand: #cdfbd1;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.820)
/* Android */
Color.parseColor("#cdfbd1")Accessibility — WCAG contrast
Aa
#cdfbd1 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbd1 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue82.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow16.7%
Key (black)1.6%
Color previews
#cdfbd1 text on a black background
contrast 18.32:1
Card sample
#cdfbd1 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbd1;
Background color
Panel with #cdfbd1 background
background-color: #cdfbd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbd1; background: linear-gradient(135deg, #cdfbd1, #CDFBF0);