#af3c09
a dark, electric orange · warm · closest name: firebrick
RGB
175, 60, 9
HSL
18°, 90%, 36%
CMYK
0, 66, 95, 31
Luminance
0.1237
Every format
| HEX | #af3c09 |
| RGB | rgb(175, 60, 9) |
| HSL | hsl(18, 90%, 36%) |
| CMYK | cmyk(0%, 66%, 95%, 31%) |
| LAB | lab(41.8 45.0 50.4) |
| LCH | lch(41.8 67.6 48.2) |
| OKLCH | oklch(0.515 0.159 39.3) |
Copy-ready code
/* CSS */
color: #af3c09;
background-color: #af3c09;
/* Tailwind (arbitrary) */
class="text-[#af3c09] bg-[#af3c09]"
/* SCSS */
$brand: #af3c09;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.035)
/* Android */
Color.parseColor("#af3c09")Accessibility — WCAG contrast
Aa
#af3c09 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c09 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow94.9%
Key (black)31.4%
Color previews
#af3c09 text on a black background
contrast 3.47:1
Card sample
#af3c09 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c09;
Background color
Panel with #af3c09 background
background-color: #af3c09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c09; background: linear-gradient(135deg, #af3c09, #AFAB09);