#38050f
a deep, electric red · warm · closest name: black
RGB
56, 5, 15
HSL
348°, 84%, 12%
CMYK
0, 91, 73, 78
Luminance
0.0098
Every format
| HEX | #38050f |
| RGB | rgb(56, 5, 15) |
| HSL | hsl(348, 84%, 12%) |
| CMYK | cmyk(0%, 91%, 73%, 78%) |
| LAB | lab(8.9 25.4 7.4) |
| LCH | lch(8.9 26.5 16.3) |
| OKLCH | oklch(0.224 0.079 15.3) |
Copy-ready code
/* CSS */
color: #38050f;
background-color: #38050f;
/* Tailwind (arbitrary) */
class="text-[#38050f] bg-[#38050f]"
/* SCSS */
$brand: #38050f;
/* SwiftUI */
Color(red: 0.220, green: 0.020, blue: 0.059)
/* Android */
Color.parseColor("#38050f")Accessibility — WCAG contrast
Aa
#38050f on white: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38050f on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green2.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow73.2%
Key (black)78.0%
Color previews
#38050f text on a black background
contrast 1.20:1
Card sample
#38050f text on a white background
contrast 17.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38050f;
Background color
Panel with #38050f background
background-color: #38050f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38050f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 5, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 5, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38050f; background: linear-gradient(135deg, #38050f, #381D05);