#381a00
a deep, electric orange · warm · closest name: black
RGB
56, 26, 0
HSL
28°, 100%, 11%
CMYK
0, 54, 100, 78
Luminance
0.0158
Every format
| HEX | #381a00 |
| RGB | rgb(56, 26, 0) |
| HSL | hsl(28, 100%, 11%) |
| CMYK | cmyk(0%, 54%, 100%, 78%) |
| LAB | lab(13.1 12.6 19.7) |
| LCH | lch(13.1 23.4 57.5) |
| OKLCH | oklch(0.256 0.061 58.2) |
Copy-ready code
/* CSS */
color: #381a00;
background-color: #381a00;
/* Tailwind (arbitrary) */
class="text-[#381a00] bg-[#381a00]"
/* SCSS */
$brand: #381a00;
/* SwiftUI */
Color(red: 0.220, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#381a00")Accessibility — WCAG contrast
Aa
#381a00 on white: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381a00 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green10.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow100.0%
Key (black)78.0%
Color previews
#381a00 text on a black background
contrast 1.32:1
Card sample
#381a00 text on a white background
contrast 15.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381a00;
Background color
Panel with #381a00 background
background-color: #381a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381a00; background: linear-gradient(135deg, #381a00, #313800);