#3b0f00
a deep, electric orange · warm · closest name: black
RGB
59, 15, 0
HSL
15°, 100%, 12%
CMYK
0, 75, 100, 77
Luminance
0.0127
Every format
| HEX | #3b0f00 |
| RGB | rgb(59, 15, 0) |
| HSL | hsl(15, 100%, 12%) |
| CMYK | cmyk(0%, 75%, 100%, 77%) |
| LAB | lab(11.1 20.7 17.1) |
| LCH | lch(11.1 26.9 39.5) |
| OKLCH | oklch(0.241 0.074 40.8) |
Copy-ready code
/* CSS */
color: #3b0f00;
background-color: #3b0f00;
/* Tailwind (arbitrary) */
class="text-[#3b0f00] bg-[#3b0f00]"
/* SCSS */
$brand: #3b0f00;
/* SwiftUI */
Color(red: 0.231, green: 0.059, blue: 0.000)
/* Android */
Color.parseColor("#3b0f00")Accessibility — WCAG contrast
Aa
#3b0f00 on white: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b0f00 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green5.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow100.0%
Key (black)76.9%
Color previews
#3b0f00 text on a black background
contrast 1.25:1
Card sample
#3b0f00 text on a white background
contrast 16.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b0f00;
Background color
Panel with #3b0f00 background
background-color: #3b0f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b0f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 15, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 15, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b0f00; background: linear-gradient(135deg, #3b0f00, #3B3700);