#cdf792
a light, electric green · cool · closest name: khaki
RGB
205, 247, 146
HSL
85°, 86%, 77%
CMYK
17, 0, 41, 3
Luminance
0.8158
Every format
| HEX | #cdf792 |
| RGB | rgb(205, 247, 146) |
| HSL | hsl(85, 86%, 77%) |
| CMYK | cmyk(17%, 0%, 41%, 3%) |
| LAB | lab(92.4 -29.8 44.1) |
| LCH | lch(92.4 53.3 124.0) |
| OKLCH | oklch(0.924 0.136 127.3) |
Copy-ready code
/* CSS */
color: #cdf792;
background-color: #cdf792;
/* Tailwind (arbitrary) */
class="text-[#cdf792] bg-[#cdf792]"
/* SCSS */
$brand: #cdf792;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.573)
/* Android */
Color.parseColor("#cdf792")Accessibility — WCAG contrast
Aa
#cdf792 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf792 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue57.3%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow40.9%
Key (black)3.1%
Color previews
#cdf792 text on a black background
contrast 17.32:1
Card sample
#cdf792 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf792;
Background color
Panel with #cdf792 background
background-color: #cdf792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf792; background: linear-gradient(135deg, #cdf792, #92F79B);