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