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