#aad555
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 213, 85
HSL
80°, 60%, 58%
CMYK
20, 0, 60, 17
Luminance
0.5679
Every format
| HEX | #aad555 |
| RGB | rgb(170, 213, 85) |
| HSL | hsl(80, 60%, 58%) |
| CMYK | cmyk(20%, 0%, 60%, 17%) |
| LAB | lab(80.1 -33.2 57.2) |
| LCH | lch(80.1 66.1 120.1) |
| OKLCH | oklch(0.817 0.163 125.5) |
Copy-ready code
/* CSS */
color: #aad555;
background-color: #aad555;
/* Tailwind (arbitrary) */
class="text-[#aad555] bg-[#aad555]"
/* SCSS */
$brand: #aad555;
/* SwiftUI */
Color(red: 0.667, green: 0.835, blue: 0.333)
/* Android */
Color.parseColor("#aad555")Accessibility — WCAG contrast
Aa
#aad555 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad555 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green83.5%
Blue33.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow60.1%
Key (black)16.5%
Color previews
#aad555 text on a black background
contrast 12.36:1
Card sample
#aad555 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad555;
Background color
Panel with #aad555 background
background-color: #aad555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 213, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 213, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad555; background: linear-gradient(135deg, #aad555, #55D555);