#cdf192
a light, electric green · cool · closest name: khaki
RGB
205, 241, 146
HSL
83°, 77%, 76%
CMYK
15, 0, 39, 6
Luminance
0.7797
Every format
| HEX | #cdf192 |
| RGB | rgb(205, 241, 146) |
| HSL | hsl(83, 77%, 76%) |
| CMYK | cmyk(15%, 0%, 39%, 6%) |
| LAB | lab(90.8 -27.0 42.1) |
| LCH | lch(90.8 50.0 122.7) |
| OKLCH | oklch(0.911 0.127 125.7) |
Copy-ready code
/* CSS */
color: #cdf192;
background-color: #cdf192;
/* Tailwind (arbitrary) */
class="text-[#cdf192] bg-[#cdf192]"
/* SCSS */
$brand: #cdf192;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#cdf192")Accessibility — WCAG contrast
Aa
#cdf192 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf192 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue57.3%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#cdf192 text on a black background
contrast 16.59:1
Card sample
#cdf192 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf192;
Background color
Panel with #cdf192 background
background-color: #cdf192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf192; background: linear-gradient(135deg, #cdf192, #92F196);