#381f07
a deep, electric orange · warm · closest name: black
RGB
56, 31, 7
HSL
29°, 78%, 12%
CMYK
0, 45, 88, 78
Luminance
0.0184
Every format
| HEX | #381f07 |
| RGB | rgb(56, 31, 7) |
| HSL | hsl(29, 78%, 12%) |
| CMYK | cmyk(0%, 45%, 88%, 78%) |
| LAB | lab(14.6 9.7 18.9) |
| LCH | lch(14.6 21.2 62.8) |
| OKLCH | oklch(0.267 0.053 61.0) |
Copy-ready code
/* CSS */
color: #381f07;
background-color: #381f07;
/* Tailwind (arbitrary) */
class="text-[#381f07] bg-[#381f07]"
/* SCSS */
$brand: #381f07;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.027)
/* Android */
Color.parseColor("#381f07")Accessibility — WCAG contrast
Aa
#381f07 on white: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f07 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow87.5%
Key (black)78.0%
Color previews
#381f07 text on a black background
contrast 1.37:1
Card sample
#381f07 text on a white background
contrast 15.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f07;
Background color
Panel with #381f07 background
background-color: #381f07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f07; background: linear-gradient(135deg, #381f07, #313807);