#aac310
a dark, electric yellow · cool · closest name: olivedrab
RGB
170, 195, 16
HSL
68°, 85%, 41%
CMYK
13, 0, 92, 24
Luminance
0.4761
Every format
| HEX | #aac310 |
| RGB | rgb(170, 195, 16) |
| HSL | hsl(68, 85%, 41%) |
| CMYK | cmyk(13%, 0%, 92%, 24%) |
| LAB | lab(74.6 -28.1 73.2) |
| LCH | lch(74.6 78.4 111.0) |
| OKLCH | oklch(0.771 0.178 118.7) |
Copy-ready code
/* CSS */
color: #aac310;
background-color: #aac310;
/* Tailwind (arbitrary) */
class="text-[#aac310] bg-[#aac310]"
/* SCSS */
$brand: #aac310;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.063)
/* Android */
Color.parseColor("#aac310")Accessibility — WCAG contrast
Aa
#aac310 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac310 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue6.3%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow91.8%
Key (black)23.5%
Color previews
#aac310 text on a black background
contrast 10.52:1
Card sample
#aac310 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac310;
Background color
Panel with #aac310 background
background-color: #aac310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac310; background: linear-gradient(135deg, #aac310, #33C310);