#adf340
a balanced, electric green · cool · closest name: yellow
RGB
173, 243, 64
HSL
84°, 88%, 60%
CMYK
29, 0, 74, 5
Luminance
0.7336
Every format
| HEX | #adf340 |
| RGB | rgb(173, 243, 64) |
| HSL | hsl(84, 88%, 60%) |
| CMYK | cmyk(29%, 0%, 74%, 5%) |
| LAB | lab(88.6 -46.7 74.0) |
| LCH | lch(88.6 87.6 122.3) |
| OKLCH | oklch(0.886 0.212 129.0) |
Copy-ready code
/* CSS */
color: #adf340;
background-color: #adf340;
/* Tailwind (arbitrary) */
class="text-[#adf340] bg-[#adf340]"
/* SCSS */
$brand: #adf340;
/* SwiftUI */
Color(red: 0.678, green: 0.953, blue: 0.251)
/* Android */
Color.parseColor("#adf340")Accessibility — WCAG contrast
Aa
#adf340 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf340 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.3%
Blue25.1%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow73.7%
Key (black)4.7%
Color previews
#adf340 text on a black background
contrast 15.67:1
Card sample
#adf340 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf340;
Background color
Panel with #adf340 background
background-color: #adf340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 243, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 243, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf340; background: linear-gradient(135deg, #adf340, #40F34A);