#cdf7bd
a pale, electric green · cool · closest name: beige
RGB
205, 247, 189
HSL
103°, 78%, 86%
CMYK
17, 0, 24, 3
Luminance
0.8317
Every format
| HEX | #cdf7bd |
| RGB | rgb(205, 247, 189) |
| HSL | hsl(103, 78%, 86%) |
| CMYK | cmyk(17%, 0%, 24%, 3%) |
| LAB | lab(93.1 -23.9 23.6) |
| LCH | lch(93.1 33.5 135.4) |
| OKLCH | oklch(0.932 0.088 137.2) |
Copy-ready code
/* CSS */
color: #cdf7bd;
background-color: #cdf7bd;
/* Tailwind (arbitrary) */
class="text-[#cdf7bd] bg-[#cdf7bd]"
/* SCSS */
$brand: #cdf7bd;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.741)
/* Android */
Color.parseColor("#cdf7bd")Accessibility — WCAG contrast
Aa
#cdf7bd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf7bd on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue74.1%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow23.5%
Key (black)3.1%
Color previews
#cdf7bd text on a black background
contrast 17.63:1
Card sample
#cdf7bd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf7bd;
Background color
Panel with #cdf7bd background
background-color: #cdf7bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf7bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf7bd; background: linear-gradient(135deg, #cdf7bd, #BDF7D4);