#acbe21
a dark, vivid yellow · cool · closest name: olivedrab
RGB
172, 190, 33
HSL
67°, 70%, 44%
CMYK
10, 0, 83, 26
Luminance
0.4571
Every format
| HEX | #acbe21 |
| RGB | rgb(172, 190, 33) |
| HSL | hsl(67, 70%, 44%) |
| CMYK | cmyk(10%, 0%, 83%, 26%) |
| LAB | lab(73.4 -24.4 69.0) |
| LCH | lch(73.4 73.2 109.5) |
| OKLCH | oklch(0.762 0.167 116.6) |
Copy-ready code
/* CSS */
color: #acbe21;
background-color: #acbe21;
/* Tailwind (arbitrary) */
class="text-[#acbe21] bg-[#acbe21]"
/* SCSS */
$brand: #acbe21;
/* SwiftUI */
Color(red: 0.675, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#acbe21")Accessibility — WCAG contrast
Aa
#acbe21 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbe21 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.5%
Blue12.9%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow82.6%
Key (black)25.5%
Color previews
#acbe21 text on a black background
contrast 10.14:1
Card sample
#acbe21 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbe21;
Background color
Panel with #acbe21 background
background-color: #acbe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbe21; background: linear-gradient(135deg, #acbe21, #43BE21);