#acbc0f
a dark, electric yellow · cool · closest name: olive
RGB
172, 188, 15
HSL
66°, 85%, 40%
CMYK
9, 0, 92, 26
Luminance
0.4477
Every format
| HEX | #acbc0f |
| RGB | rgb(172, 188, 15) |
| HSL | hsl(66, 85%, 40%) |
| CMYK | cmyk(9%, 0%, 92%, 26%) |
| LAB | lab(72.7 -23.8 72.0) |
| LCH | lch(72.7 75.8 108.3) |
| OKLCH | oklch(0.757 0.170 115.8) |
Copy-ready code
/* CSS */
color: #acbc0f;
background-color: #acbc0f;
/* Tailwind (arbitrary) */
class="text-[#acbc0f] bg-[#acbc0f]"
/* SCSS */
$brand: #acbc0f;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.059)
/* Android */
Color.parseColor("#acbc0f")Accessibility — WCAG contrast
Aa
#acbc0f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbc0f on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue5.9%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow92.0%
Key (black)26.3%
Color previews
#acbc0f text on a black background
contrast 9.95:1
Card sample
#acbc0f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbc0f;
Background color
Panel with #acbc0f background
background-color: #acbc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbc0f; background: linear-gradient(135deg, #acbc0f, #39BC0F);