#cdf9bf
a pale, electric green · cool · closest name: beige
RGB
205, 249, 191
HSL
106°, 83%, 86%
CMYK
18, 0, 23, 2
Luminance
0.8449
Every format
| HEX | #cdf9bf |
| RGB | rgb(205, 249, 191) |
| HSL | hsl(106, 83%, 86%) |
| CMYK | cmyk(18%, 0%, 23%, 2%) |
| LAB | lab(93.7 -24.5 23.3) |
| LCH | lch(93.7 33.8 136.4) |
| OKLCH | oklch(0.937 0.089 138.2) |
Copy-ready code
/* CSS */
color: #cdf9bf;
background-color: #cdf9bf;
/* Tailwind (arbitrary) */
class="text-[#cdf9bf] bg-[#cdf9bf]"
/* SCSS */
$brand: #cdf9bf;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.749)
/* Android */
Color.parseColor("#cdf9bf")Accessibility — WCAG contrast
Aa
#cdf9bf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9bf on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue74.9%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow23.3%
Key (black)2.4%
Color previews
#cdf9bf text on a black background
contrast 17.90:1
Card sample
#cdf9bf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9bf;
Background color
Panel with #cdf9bf background
background-color: #cdf9bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9bf; background: linear-gradient(135deg, #cdf9bf, #BFF9D8);