#ac830f
a dark, electric yellow · warm · closest name: peru
RGB
172, 131, 15
HSL
44°, 84%, 37%
CMYK
0, 24, 91, 33
Luminance
0.2504
Every format
| HEX | #ac830f |
| RGB | rgb(172, 131, 15) |
| HSL | hsl(44, 84%, 37%) |
| CMYK | cmyk(0%, 24%, 91%, 33%) |
| LAB | lab(57.1 6.1 59.8) |
| LCH | lch(57.1 60.1 84.1) |
| OKLCH | oklch(0.633 0.126 85.7) |
Copy-ready code
/* CSS */
color: #ac830f;
background-color: #ac830f;
/* Tailwind (arbitrary) */
class="text-[#ac830f] bg-[#ac830f]"
/* SCSS */
$brand: #ac830f;
/* SwiftUI */
Color(red: 0.675, green: 0.514, blue: 0.059)
/* Android */
Color.parseColor("#ac830f")Accessibility — WCAG contrast
Aa
#ac830f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac830f on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow91.3%
Key (black)32.5%
Color previews
#ac830f text on a black background
contrast 6.01:1
Card sample
#ac830f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac830f;
Background color
Panel with #ac830f background
background-color: #ac830f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac830f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 131, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 131, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac830f; background: linear-gradient(135deg, #ac830f, #6DAC0F);