#acae49
a balanced, soft yellow · cool · closest name: olive
RGB
172, 174, 73
HSL
61°, 41%, 48%
CMYK
1, 0, 58, 32
Luminance
0.3952
Every format
| HEX | #acae49 |
| RGB | rgb(172, 174, 73) |
| HSL | hsl(61, 41%, 48%) |
| CMYK | cmyk(1%, 0%, 58%, 32%) |
| LAB | lab(69.1 -14.3 50.4) |
| LCH | lch(69.1 52.4 105.8) |
| OKLCH | oklch(0.729 0.124 110.2) |
Copy-ready code
/* CSS */
color: #acae49;
background-color: #acae49;
/* Tailwind (arbitrary) */
class="text-[#acae49] bg-[#acae49]"
/* SCSS */
$brand: #acae49;
/* SwiftUI */
Color(red: 0.675, green: 0.682, blue: 0.286)
/* Android */
Color.parseColor("#acae49")Accessibility — WCAG contrast
Aa
#acae49 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acae49 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.2%
Blue28.6%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow58.0%
Key (black)31.8%
Color previews
#acae49 text on a black background
contrast 8.90:1
Card sample
#acae49 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acae49;
Background color
Panel with #acae49 background
background-color: #acae49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acae49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 174, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 174, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acae49; background: linear-gradient(135deg, #acae49, #69AE49);