#acbc39
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
172, 188, 57
HSL
67°, 54%, 48%
CMYK
9, 0, 70, 26
Luminance
0.4503
Every format
| HEX | #acbc39 |
| RGB | rgb(172, 188, 57) |
| HSL | hsl(67, 54%, 48%) |
| CMYK | cmyk(9%, 0%, 70%, 26%) |
| LAB | lab(72.9 -22.4 61.1) |
| LCH | lch(72.9 65.0 110.1) |
| OKLCH | oklch(0.759 0.152 116.2) |
Copy-ready code
/* CSS */
color: #acbc39;
background-color: #acbc39;
/* Tailwind (arbitrary) */
class="text-[#acbc39] bg-[#acbc39]"
/* SCSS */
$brand: #acbc39;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.224)
/* Android */
Color.parseColor("#acbc39")Accessibility — WCAG contrast
Aa
#acbc39 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbc39 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue22.4%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow69.7%
Key (black)26.3%
Color previews
#acbc39 text on a black background
contrast 10.01:1
Card sample
#acbc39 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbc39;
Background color
Panel with #acbc39 background
background-color: #acbc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbc39; background: linear-gradient(135deg, #acbc39, #55BC39);