#acad2f
a dark, vivid yellow · cool · closest name: olive
RGB
172, 173, 47
HSL
61°, 57%, 43%
CMYK
1, 0, 73, 32
Luminance
0.3886
Every format
| HEX | #acad2f |
| RGB | rgb(172, 173, 47) |
| HSL | hsl(61, 57%, 43%) |
| CMYK | cmyk(1%, 0%, 73%, 32%) |
| LAB | lab(68.7 -15.3 60.5) |
| LCH | lch(68.7 62.5 104.2) |
| OKLCH | oklch(0.725 0.142 109.9) |
Copy-ready code
/* CSS */
color: #acad2f;
background-color: #acad2f;
/* Tailwind (arbitrary) */
class="text-[#acad2f] bg-[#acad2f]"
/* SCSS */
$brand: #acad2f;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#acad2f")Accessibility — WCAG contrast
Aa
#acad2f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acad2f on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue18.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow72.8%
Key (black)32.2%
Color previews
#acad2f text on a black background
contrast 8.77:1
Card sample
#acad2f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acad2f;
Background color
Panel with #acad2f background
background-color: #acad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acad2f; background: linear-gradient(135deg, #acad2f, #58AD2F);