#aad53f
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 213, 63
HSL
77°, 64%, 54%
CMYK
20, 0, 70, 17
Luminance
0.5649
Every format
| HEX | #aad53f |
| RGB | rgb(170, 213, 63) |
| HSL | hsl(77, 64%, 54%) |
| CMYK | cmyk(20%, 0%, 70%, 17%) |
| LAB | lab(79.9 -34.7 65.8) |
| LCH | lch(79.9 74.4 117.8) |
| OKLCH | oklch(0.815 0.178 124.3) |
Copy-ready code
/* CSS */
color: #aad53f;
background-color: #aad53f;
/* Tailwind (arbitrary) */
class="text-[#aad53f] bg-[#aad53f]"
/* SCSS */
$brand: #aad53f;
/* SwiftUI */
Color(red: 0.667, green: 0.835, blue: 0.247)
/* Android */
Color.parseColor("#aad53f")Accessibility — WCAG contrast
Aa
#aad53f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad53f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green83.5%
Blue24.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow70.4%
Key (black)16.5%
Color previews
#aad53f text on a black background
contrast 12.30:1
Card sample
#aad53f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad53f;
Background color
Panel with #aad53f background
background-color: #aad53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 213, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 213, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad53f; background: linear-gradient(135deg, #aad53f, #46D53F);