#cdf98f
a light, electric green · cool · closest name: khaki
RGB
205, 249, 143
HSL
85°, 90%, 77%
CMYK
18, 0, 43, 2
Luminance
0.8271
Every format
| HEX | #cdf98f |
| RGB | rgb(205, 249, 143) |
| HSL | hsl(85, 90%, 77%) |
| CMYK | cmyk(18%, 0%, 43%, 2%) |
| LAB | lab(92.9 -31.1 46.2) |
| LCH | lch(92.9 55.7 123.9) |
| OKLCH | oklch(0.928 0.141 127.4) |
Copy-ready code
/* CSS */
color: #cdf98f;
background-color: #cdf98f;
/* Tailwind (arbitrary) */
class="text-[#cdf98f] bg-[#cdf98f]"
/* SCSS */
$brand: #cdf98f;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.561)
/* Android */
Color.parseColor("#cdf98f")Accessibility — WCAG contrast
Aa
#cdf98f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf98f on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue56.1%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow42.6%
Key (black)2.4%
Color previews
#cdf98f text on a black background
contrast 17.54:1
Card sample
#cdf98f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf98f;
Background color
Panel with #cdf98f background
background-color: #cdf98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf98f; background: linear-gradient(135deg, #cdf98f, #8FF998);