#adf192
a light, electric green · cool · closest name: khaki
RGB
173, 241, 146
HSL
103°, 77%, 76%
CMYK
28, 0, 39, 6
Luminance
0.7387
Every format
| HEX | #adf192 |
| RGB | rgb(173, 241, 146) |
| HSL | hsl(103, 77%, 76%) |
| CMYK | cmyk(28%, 0%, 39%, 6%) |
| LAB | lab(88.9 -38.2 39.2) |
| LCH | lch(88.9 54.8 134.2) |
| OKLCH | oklch(0.891 0.142 137.2) |
Copy-ready code
/* CSS */
color: #adf192;
background-color: #adf192;
/* Tailwind (arbitrary) */
class="text-[#adf192] bg-[#adf192]"
/* SCSS */
$brand: #adf192;
/* SwiftUI */
Color(red: 0.678, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#adf192")Accessibility — WCAG contrast
Aa
#adf192 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf192 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.5%
Blue57.3%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#adf192 text on a black background
contrast 15.77:1
Card sample
#adf192 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf192;
Background color
Panel with #adf192 background
background-color: #adf192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf192; background: linear-gradient(135deg, #adf192, #92F1B6);