#cdfb97
a light, electric green · cool · closest name: khaki
RGB
205, 251, 151
HSL
88°, 93%, 79%
CMYK
18, 0, 40, 2
Luminance
0.8421
Every format
| HEX | #cdfb97 |
| RGB | rgb(205, 251, 151) |
| HSL | hsl(88, 93%, 79%) |
| CMYK | cmyk(18%, 0%, 40%, 2%) |
| LAB | lab(93.5 -31.1 43.2) |
| LCH | lch(93.5 53.2 125.7) |
| OKLCH | oklch(0.933 0.136 128.9) |
Copy-ready code
/* CSS */
color: #cdfb97;
background-color: #cdfb97;
/* Tailwind (arbitrary) */
class="text-[#cdfb97] bg-[#cdfb97]"
/* SCSS */
$brand: #cdfb97;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.592)
/* Android */
Color.parseColor("#cdfb97")Accessibility — WCAG contrast
Aa
#cdfb97 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb97 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue59.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow39.8%
Key (black)1.6%
Color previews
#cdfb97 text on a black background
contrast 17.84:1
Card sample
#cdfb97 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb97;
Background color
Panel with #cdfb97 background
background-color: #cdfb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb97; background: linear-gradient(135deg, #cdfb97, #97FBA4);