#ac7700
a dark, electric yellow · warm · closest name: peru
RGB
172, 119, 0
HSL
42°, 100%, 34%
CMYK
0, 31, 100, 33
Luminance
0.2196
Every format
| HEX | #ac7700 |
| RGB | rgb(172, 119, 0) |
| HSL | hsl(42, 100%, 34%) |
| CMYK | cmyk(0%, 31%, 100%, 33%) |
| LAB | lab(54.0 12.6 60.3) |
| LCH | lch(54.0 61.6 78.2) |
| OKLCH | oklch(0.608 0.127 77.6) |
Copy-ready code
/* CSS */
color: #ac7700;
background-color: #ac7700;
/* Tailwind (arbitrary) */
class="text-[#ac7700] bg-[#ac7700]"
/* SCSS */
$brand: #ac7700;
/* SwiftUI */
Color(red: 0.675, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#ac7700")Accessibility — WCAG contrast
Aa
#ac7700 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7700 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow100.0%
Key (black)32.5%
Color previews
#ac7700 text on a black background
contrast 5.39:1
Card sample
#ac7700 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7700;
Background color
Panel with #ac7700 background
background-color: #ac7700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7700; background: linear-gradient(135deg, #ac7700, #6EAC00);