#cdf398
a light, electric green · cool · closest name: khaki
RGB
205, 243, 152
HSL
85°, 79%, 78%
CMYK
16, 0, 37, 5
Luminance
0.7935
Every format
| HEX | #cdf398 |
| RGB | rgb(205, 243, 152) |
| HSL | hsl(85, 79%, 78%) |
| CMYK | cmyk(16%, 0%, 37%, 5%) |
| LAB | lab(91.4 -27.2 39.9) |
| LCH | lch(91.4 48.3 124.3) |
| OKLCH | oklch(0.916 0.123 127.1) |
Copy-ready code
/* CSS */
color: #cdf398;
background-color: #cdf398;
/* Tailwind (arbitrary) */
class="text-[#cdf398] bg-[#cdf398]"
/* SCSS */
$brand: #cdf398;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.596)
/* Android */
Color.parseColor("#cdf398")Accessibility — WCAG contrast
Aa
#cdf398 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf398 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue59.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow37.4%
Key (black)4.7%
Color previews
#cdf398 text on a black background
contrast 16.87:1
Card sample
#cdf398 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf398;
Background color
Panel with #cdf398 background
background-color: #cdf398;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf398;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf398; background: linear-gradient(135deg, #cdf398, #98F3A0);