#aabb44
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 187, 68
HSL
69°, 47%, 50%
CMYK
9, 0, 64, 27
Luminance
0.4450
Every format
| HEX | #aabb44 |
| RGB | rgb(170, 187, 68) |
| HSL | hsl(69, 47%, 50%) |
| CMYK | cmyk(9%, 0%, 64%, 27%) |
| LAB | lab(72.6 -22.0 56.3) |
| LCH | lch(72.6 60.5 111.4) |
| OKLCH | oklch(0.756 0.144 116.9) |
Copy-ready code
/* CSS */
color: #aabb44;
background-color: #aabb44;
/* Tailwind (arbitrary) */
class="text-[#aabb44] bg-[#aabb44]"
/* SCSS */
$brand: #aabb44;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 0.267)
/* Android */
Color.parseColor("#aabb44")Accessibility — WCAG contrast
Aa
#aabb44 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabb44 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue26.7%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow63.6%
Key (black)26.7%
Color previews
#aabb44 text on a black background
contrast 9.90:1
Card sample
#aabb44 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabb44;
Background color
Panel with #aabb44 background
background-color: #aabb44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabb44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabb44; background: linear-gradient(135deg, #aabb44, #5BBB44);