#aabb33
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 187, 51
HSL
68°, 57%, 47%
CMYK
9, 0, 73, 27
Luminance
0.4433
Every format
| HEX | #aabb33 |
| RGB | rgb(170, 187, 51) |
| HSL | hsl(68, 57%, 47%) |
| CMYK | cmyk(9%, 0%, 73%, 27%) |
| LAB | lab(72.5 -23.0 62.7) |
| LCH | lch(72.5 66.8 110.2) |
| OKLCH | oklch(0.755 0.155 116.5) |
Copy-ready code
/* CSS */
color: #aabb33;
background-color: #aabb33;
/* Tailwind (arbitrary) */
class="text-[#aabb33] bg-[#aabb33]"
/* SCSS */
$brand: #aabb33;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 0.200)
/* Android */
Color.parseColor("#aabb33")Accessibility — WCAG contrast
Aa
#aabb33 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabb33 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue20.0%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow72.7%
Key (black)26.7%
Color previews
#aabb33 text on a black background
contrast 9.87:1
Card sample
#aabb33 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabb33;
Background color
Panel with #aabb33 background
background-color: #aabb33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabb33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabb33; background: linear-gradient(135deg, #aabb33, #4FBB33);