#38240f
a deep, vivid orange · warm · closest name: black
RGB
56, 36, 15
HSL
31°, 58%, 14%
CMYK
0, 36, 73, 78
Luminance
0.0214
Every format
| HEX | #38240f |
| RGB | rgb(56, 36, 15) |
| HSL | hsl(31, 58%, 14%) |
| CMYK | cmyk(0%, 36%, 73%, 78%) |
| LAB | lab(16.2 6.9 17.3) |
| LCH | lch(16.2 18.6 68.4) |
| OKLCH | oklch(0.280 0.045 65.4) |
Copy-ready code
/* CSS */
color: #38240f;
background-color: #38240f;
/* Tailwind (arbitrary) */
class="text-[#38240f] bg-[#38240f]"
/* SCSS */
$brand: #38240f;
/* SwiftUI */
Color(red: 0.220, green: 0.141, blue: 0.059)
/* Android */
Color.parseColor("#38240f")Accessibility — WCAG contrast
Aa
#38240f on white: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38240f on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green14.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow73.2%
Key (black)78.0%
Color previews
#38240f text on a black background
contrast 1.43:1
Card sample
#38240f text on a white background
contrast 14.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38240f;
Background color
Panel with #38240f background
background-color: #38240f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38240f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 36, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 36, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38240f; background: linear-gradient(135deg, #38240f, #31380F);