#aabb22
a dark, vivid yellow · cool · closest name: olive
RGB
170, 187, 34
HSL
67°, 69%, 43%
CMYK
9, 0, 82, 27
Luminance
0.4420
Every format
| HEX | #aabb22 |
| RGB | rgb(170, 187, 34) |
| HSL | hsl(67, 69%, 43%) |
| CMYK | cmyk(9%, 0%, 82%, 27%) |
| LAB | lab(72.4 -23.7 67.8) |
| LCH | lch(72.4 71.8 109.3) |
| OKLCH | oklch(0.754 0.164 116.3) |
Copy-ready code
/* CSS */
color: #aabb22;
background-color: #aabb22;
/* Tailwind (arbitrary) */
class="text-[#aabb22] bg-[#aabb22]"
/* SCSS */
$brand: #aabb22;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 0.133)
/* Android */
Color.parseColor("#aabb22")Accessibility — WCAG contrast
Aa
#aabb22 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabb22 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue13.3%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow81.8%
Key (black)26.7%
Color previews
#aabb22 text on a black background
contrast 9.84:1
Card sample
#aabb22 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabb22;
Background color
Panel with #aabb22 background
background-color: #aabb22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabb22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabb22; background: linear-gradient(135deg, #aabb22, #44BB22);