#6f3f4f
a dark, soft magenta / pink · warm · closest name: gray
RGB
111, 63, 79
HSL
340°, 28%, 34%
CMYK
0, 43, 29, 57
Luminance
0.0750
Every format
| HEX | #6f3f4f |
| RGB | rgb(111, 63, 79) |
| HSL | hsl(340, 28%, 34%) |
| CMYK | cmyk(0%, 43%, 29%, 57%) |
| LAB | lab(32.9 23.2 -0.6) |
| LCH | lch(32.9 23.2 358.6) |
| OKLCH | oklch(0.431 0.070 359.0) |
Copy-ready code
/* CSS */
color: #6f3f4f;
background-color: #6f3f4f;
/* Tailwind (arbitrary) */
class="text-[#6f3f4f] bg-[#6f3f4f]"
/* SCSS */
$brand: #6f3f4f;
/* SwiftUI */
Color(red: 0.435, green: 0.247, blue: 0.310)
/* Android */
Color.parseColor("#6f3f4f")Accessibility — WCAG contrast
Aa
#6f3f4f on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f3f4f on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green24.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow28.8%
Key (black)56.5%
Color previews
#6f3f4f text on a black background
contrast 2.50:1
Card sample
#6f3f4f text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3f4f;
Background color
Panel with #6f3f4f background
background-color: #6f3f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 63, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 63, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3f4f; background: linear-gradient(135deg, #6f3f4f, #6F4F3F);