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