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