#511f02
a deep, electric orange · warm · closest name: sienna
RGB
81, 31, 2
HSL
22°, 95%, 16%
CMYK
0, 62, 98, 68
Luminance
0.0273
Every format
| HEX | #511f02 |
| RGB | rgb(81, 31, 2) |
| HSL | hsl(22, 95%, 16%) |
| CMYK | cmyk(0%, 62%, 98%, 68%) |
| LAB | lab(18.9 21.8 27.2) |
| LCH | lch(18.9 34.9 51.4) |
| OKLCH | oklch(0.309 0.084 46.1) |
Copy-ready code
/* CSS */
color: #511f02;
background-color: #511f02;
/* Tailwind (arbitrary) */
class="text-[#511f02] bg-[#511f02]"
/* SCSS */
$brand: #511f02;
/* SwiftUI */
Color(red: 0.318, green: 0.122, blue: 0.008)
/* Android */
Color.parseColor("#511f02")Accessibility — WCAG contrast
Aa
#511f02 on white: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511f02 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green12.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow97.5%
Key (black)68.2%
Color previews
#511f02 text on a black background
contrast 1.55:1
Card sample
#511f02 text on a white background
contrast 13.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511f02;
Background color
Panel with #511f02 background
background-color: #511f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 31, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 31, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511f02; background: linear-gradient(135deg, #511f02, #4E5102);