#abac73
a balanced, soft yellow · cool · closest name: tan
RGB
171, 172, 115
HSL
61°, 26%, 56%
CMYK
1, 0, 33, 33
Luminance
0.3940
Every format
| HEX | #abac73 |
| RGB | rgb(171, 172, 115) |
| HSL | hsl(61, 26%, 56%) |
| CMYK | cmyk(1%, 0%, 33%, 33%) |
| LAB | lab(69.0 -9.4 29.3) |
| LCH | lch(69.0 30.7 107.8) |
| OKLCH | oklch(0.730 0.077 109.0) |
Copy-ready code
/* CSS */
color: #abac73;
background-color: #abac73;
/* Tailwind (arbitrary) */
class="text-[#abac73] bg-[#abac73]"
/* SCSS */
$brand: #abac73;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#abac73")Accessibility — WCAG contrast
Aa
#abac73 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abac73 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow33.1%
Key (black)32.5%
Color previews
#abac73 text on a black background
contrast 8.88:1
Card sample
#abac73 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abac73;
Background color
Panel with #abac73 background
background-color: #abac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abac73; background: linear-gradient(135deg, #abac73, #85AC73);