#aad13f
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 209, 63
HSL
76°, 61%, 53%
CMYK
19, 0, 70, 18
Luminance
0.5451
Every format
| HEX | #aad13f |
| RGB | rgb(170, 209, 63) |
| HSL | hsl(76, 61%, 53%) |
| CMYK | cmyk(19%, 0%, 70%, 18%) |
| LAB | lab(78.8 -32.9 64.6) |
| LCH | lch(78.8 72.5 117.0) |
| OKLCH | oklch(0.806 0.174 123.4) |
Copy-ready code
/* CSS */
color: #aad13f;
background-color: #aad13f;
/* Tailwind (arbitrary) */
class="text-[#aad13f] bg-[#aad13f]"
/* SCSS */
$brand: #aad13f;
/* SwiftUI */
Color(red: 0.667, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#aad13f")Accessibility — WCAG contrast
Aa
#aad13f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad13f on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green82.0%
Blue24.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow69.9%
Key (black)18.0%
Color previews
#aad13f text on a black background
contrast 11.90:1
Card sample
#aad13f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad13f;
Background color
Panel with #aad13f background
background-color: #aad13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 209, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 209, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad13f; background: linear-gradient(135deg, #aad13f, #49D13F);