#adcf22
a balanced, vivid green · cool · closest name: yellow
RGB
173, 207, 34
HSL
72°, 72%, 47%
CMYK
16, 0, 84, 19
Luminance
0.5363
Every format
| HEX | #adcf22 |
| RGB | rgb(173, 207, 34) |
| HSL | hsl(72, 72%, 47%) |
| CMYK | cmyk(16%, 0%, 84%, 19%) |
| LAB | lab(78.2 -32.0 73.0) |
| LCH | lch(78.2 79.7 113.7) |
| OKLCH | oklch(0.802 0.184 121.2) |
Copy-ready code
/* CSS */
color: #adcf22;
background-color: #adcf22;
/* Tailwind (arbitrary) */
class="text-[#adcf22] bg-[#adcf22]"
/* SCSS */
$brand: #adcf22;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.133)
/* Android */
Color.parseColor("#adcf22")Accessibility — WCAG contrast
Aa
#adcf22 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf22 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue13.3%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow83.6%
Key (black)18.8%
Color previews
#adcf22 text on a black background
contrast 11.73:1
Card sample
#adcf22 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf22;
Background color
Panel with #adcf22 background
background-color: #adcf22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf22; background: linear-gradient(135deg, #adcf22, #3ACF22);