#af8201
a dark, electric yellow · warm · closest name: peru
RGB
175, 130, 1
HSL
45°, 99%, 35%
CMYK
0, 26, 99, 31
Luminance
0.2508
Every format
| HEX | #af8201 |
| RGB | rgb(175, 130, 1) |
| HSL | hsl(45, 99%, 35%) |
| CMYK | cmyk(0%, 26%, 99%, 31%) |
| LAB | lab(57.2 7.9 62.4) |
| LCH | lch(57.2 62.9 82.8) |
| OKLCH | oklch(0.634 0.130 84.0) |
Copy-ready code
/* CSS */
color: #af8201;
background-color: #af8201;
/* Tailwind (arbitrary) */
class="text-[#af8201] bg-[#af8201]"
/* SCSS */
$brand: #af8201;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.004)
/* Android */
Color.parseColor("#af8201")Accessibility — WCAG contrast
Aa
#af8201 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8201 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow99.4%
Key (black)31.4%
Color previews
#af8201 text on a black background
contrast 6.02:1
Card sample
#af8201 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8201;
Background color
Panel with #af8201 background
background-color: #af8201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8201; background: linear-gradient(135deg, #af8201, #68AF01);