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