#933939
a dark, soft red · warm · closest name: sienna
RGB
147, 57, 57
HSL
0°, 44%, 40%
CMYK
0, 61, 61, 42
Luminance
0.0942
Every format
| HEX | #933939 |
| RGB | rgb(147, 57, 57) |
| HSL | hsl(0, 44%, 40%) |
| CMYK | cmyk(0%, 61%, 61%, 42%) |
| LAB | lab(36.8 38.0 19.7) |
| LCH | lch(36.8 42.8 27.4) |
| OKLCH | oklch(0.470 0.122 23.0) |
Copy-ready code
/* CSS */
color: #933939;
background-color: #933939;
/* Tailwind (arbitrary) */
class="text-[#933939] bg-[#933939]"
/* SCSS */
$brand: #933939;
/* SwiftUI */
Color(red: 0.576, green: 0.224, blue: 0.224)
/* Android */
Color.parseColor("#933939")Accessibility — WCAG contrast
Aa
#933939 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#933939 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green22.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow61.2%
Key (black)42.4%
Color previews
#933939 text on a black background
contrast 2.88:1
Card sample
#933939 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933939;
Background color
Panel with #933939 background
background-color: #933939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 57, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 57, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933939; background: linear-gradient(135deg, #933939, #937539);