#acb113
a dark, electric yellow · cool · closest name: olive
RGB
172, 177, 19
HSL
62°, 81%, 38%
CMYK
3, 0, 89, 31
Luminance
0.4026
Every format
| HEX | #acb113 |
| RGB | rgb(172, 177, 19) |
| HSL | hsl(62, 81%, 38%) |
| CMYK | cmyk(3%, 0%, 89%, 31%) |
| LAB | lab(69.7 -18.3 68.9) |
| LCH | lch(69.7 71.3 104.9) |
| OKLCH | oklch(0.732 0.158 111.8) |
Copy-ready code
/* CSS */
color: #acb113;
background-color: #acb113;
/* Tailwind (arbitrary) */
class="text-[#acb113] bg-[#acb113]"
/* SCSS */
$brand: #acb113;
/* SwiftUI */
Color(red: 0.675, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#acb113")Accessibility — WCAG contrast
Aa
#acb113 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb113 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.4%
Blue7.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#acb113 text on a black background
contrast 9.05:1
Card sample
#acb113 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb113;
Background color
Panel with #acb113 background
background-color: #acb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb113; background: linear-gradient(135deg, #acb113, #43B113);