#7f313f
a dark, soft red · warm · closest name: sienna
RGB
127, 49, 63
HSL
349°, 44%, 35%
CMYK
0, 61, 50, 50
Luminance
0.0707
Every format
| HEX | #7f313f |
| RGB | rgb(127, 49, 63) |
| HSL | hsl(349, 44%, 35%) |
| CMYK | cmyk(0%, 61%, 50%, 50%) |
| LAB | lab(32.0 35.1 8.8) |
| LCH | lch(32.0 36.1 14.0) |
| OKLCH | oklch(0.427 0.108 11.9) |
Copy-ready code
/* CSS */
color: #7f313f;
background-color: #7f313f;
/* Tailwind (arbitrary) */
class="text-[#7f313f] bg-[#7f313f]"
/* SCSS */
$brand: #7f313f;
/* SwiftUI */
Color(red: 0.498, green: 0.192, blue: 0.247)
/* Android */
Color.parseColor("#7f313f")Accessibility — WCAG contrast
Aa
#7f313f on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f313f on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green19.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow50.4%
Key (black)50.2%
Color previews
#7f313f text on a black background
contrast 2.41:1
Card sample
#7f313f text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f313f;
Background color
Panel with #7f313f background
background-color: #7f313f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f313f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 49, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 49, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f313f; background: linear-gradient(135deg, #7f313f, #7F5731);