#cdf162
a light, electric green · cool · closest name: khaki
RGB
205, 241, 98
HSL
75°, 84%, 67%
CMYK
15, 0, 59, 6
Luminance
0.7677
Every format
| HEX | #cdf162 |
| RGB | rgb(205, 241, 98) |
| HSL | hsl(75, 84%, 67%) |
| CMYK | cmyk(15%, 0%, 59%, 6%) |
| LAB | lab(90.2 -31.7 63.5) |
| LCH | lch(90.2 71.0 116.5) |
| OKLCH | oklch(0.905 0.173 121.9) |
Copy-ready code
/* CSS */
color: #cdf162;
background-color: #cdf162;
/* Tailwind (arbitrary) */
class="text-[#cdf162] bg-[#cdf162]"
/* SCSS */
$brand: #cdf162;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.384)
/* Android */
Color.parseColor("#cdf162")Accessibility — WCAG contrast
Aa
#cdf162 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf162 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue38.4%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow59.3%
Key (black)5.5%
Color previews
#cdf162 text on a black background
contrast 16.35:1
Card sample
#cdf162 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf162;
Background color
Panel with #cdf162 background
background-color: #cdf162;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf162;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf162; background: linear-gradient(135deg, #cdf162, #6EF162);