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