#943838
a dark, vivid red · warm · closest name: sienna
RGB
148, 56, 56
HSL
0°, 45%, 40%
CMYK
0, 62, 62, 42
Luminance
0.0941
Every format
| HEX | #943838 |
| RGB | rgb(148, 56, 56) |
| HSL | hsl(0, 45%, 40%) |
| CMYK | cmyk(0%, 62%, 62%, 42%) |
| LAB | lab(36.8 38.8 20.3) |
| LCH | lch(36.8 43.8 27.7) |
| OKLCH | oklch(0.470 0.125 23.2) |
Copy-ready code
/* CSS */
color: #943838;
background-color: #943838;
/* Tailwind (arbitrary) */
class="text-[#943838] bg-[#943838]"
/* SCSS */
$brand: #943838;
/* SwiftUI */
Color(red: 0.580, green: 0.220, blue: 0.220)
/* Android */
Color.parseColor("#943838")Accessibility — WCAG contrast
Aa
#943838 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#943838 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green22.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow62.2%
Key (black)42.0%
Color previews
#943838 text on a black background
contrast 2.88:1
Card sample
#943838 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #943838;
Background color
Panel with #943838 background
background-color: #943838;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #943838;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 56, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 56, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #943838; background: linear-gradient(135deg, #943838, #947538);