#6f313f
a dark, soft red · warm · closest name: sienna
RGB
111, 49, 63
HSL
347°, 39%, 31%
CMYK
0, 56, 43, 57
Luminance
0.0594
Every format
| HEX | #6f313f |
| RGB | rgb(111, 49, 63) |
| HSL | hsl(347, 39%, 31%) |
| CMYK | cmyk(0%, 56%, 43%, 57%) |
| LAB | lab(29.3 29.0 4.5) |
| LCH | lch(29.3 29.4 8.9) |
| OKLCH | oklch(0.401 0.089 7.8) |
Copy-ready code
/* CSS */
color: #6f313f;
background-color: #6f313f;
/* Tailwind (arbitrary) */
class="text-[#6f313f] bg-[#6f313f]"
/* SCSS */
$brand: #6f313f;
/* SwiftUI */
Color(red: 0.435, green: 0.192, blue: 0.247)
/* Android */
Color.parseColor("#6f313f")Accessibility — WCAG contrast
Aa
#6f313f on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f313f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green19.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow43.2%
Key (black)56.5%
Color previews
#6f313f text on a black background
contrast 2.19:1
Card sample
#6f313f text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f313f;
Background color
Panel with #6f313f background
background-color: #6f313f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f313f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 49, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 49, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f313f; background: linear-gradient(135deg, #6f313f, #6F4C31);