#a8b113
a dark, electric yellow · cool · closest name: olive
RGB
168, 177, 19
HSL
63°, 81%, 38%
CMYK
5, 0, 89, 31
Luminance
0.3982
Every format
| HEX | #a8b113 |
| RGB | rgb(168, 177, 19) |
| HSL | hsl(63, 81%, 38%) |
| CMYK | cmyk(5%, 0%, 89%, 31%) |
| LAB | lab(69.3 -20.0 68.5) |
| LCH | lch(69.3 71.4 106.3) |
| OKLCH | oklch(0.729 0.159 113.4) |
Copy-ready code
/* CSS */
color: #a8b113;
background-color: #a8b113;
/* Tailwind (arbitrary) */
class="text-[#a8b113] bg-[#a8b113]"
/* SCSS */
$brand: #a8b113;
/* SwiftUI */
Color(red: 0.659, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#a8b113")Accessibility — WCAG contrast
Aa
#a8b113 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8b113 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green69.4%
Blue7.5%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#a8b113 text on a black background
contrast 8.96:1
Card sample
#a8b113 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8b113;
Background color
Panel with #a8b113 background
background-color: #a8b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8b113; background: linear-gradient(135deg, #a8b113, #3FB113);