#af7f0b
a dark, electric yellow · warm · closest name: peru
RGB
175, 127, 11
HSL
42°, 88%, 37%
CMYK
0, 27, 94, 31
Luminance
0.2432
Every format
| HEX | #af7f0b |
| RGB | rgb(175, 127, 11) |
| HSL | hsl(42, 88%, 37%) |
| CMYK | cmyk(0%, 27%, 94%, 31%) |
| LAB | lab(56.4 9.7 60.2) |
| LCH | lch(56.4 61.0 80.9) |
| OKLCH | oklch(0.628 0.127 81.3) |
Copy-ready code
/* CSS */
color: #af7f0b;
background-color: #af7f0b;
/* Tailwind (arbitrary) */
class="text-[#af7f0b] bg-[#af7f0b]"
/* SCSS */
$brand: #af7f0b;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.043)
/* Android */
Color.parseColor("#af7f0b")Accessibility — WCAG contrast
Aa
#af7f0b on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f0b on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow93.7%
Key (black)31.4%
Color previews
#af7f0b text on a black background
contrast 5.86:1
Card sample
#af7f0b text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f0b;
Background color
Panel with #af7f0b background
background-color: #af7f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f0b; background: linear-gradient(135deg, #af7f0b, #72AF0B);