#6f4f3f
a dark, soft orange · warm · closest name: gray
RGB
111, 79, 63
HSL
20°, 28%, 34%
CMYK
0, 29, 43, 57
Luminance
0.0933
Every format
| HEX | #6f4f3f |
| RGB | rgb(111, 79, 63) |
| HSL | hsl(20, 28%, 34%) |
| CMYK | cmyk(0%, 29%, 43%, 57%) |
| LAB | lab(36.6 11.2 14.8) |
| LCH | lch(36.6 18.5 52.8) |
| OKLCH | oklch(0.458 0.050 47.6) |
Copy-ready code
/* CSS */
color: #6f4f3f;
background-color: #6f4f3f;
/* Tailwind (arbitrary) */
class="text-[#6f4f3f] bg-[#6f4f3f]"
/* SCSS */
$brand: #6f4f3f;
/* SwiftUI */
Color(red: 0.435, green: 0.310, blue: 0.247)
/* Android */
Color.parseColor("#6f4f3f")Accessibility — WCAG contrast
Aa
#6f4f3f on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f4f3f on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green31.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow43.2%
Key (black)56.5%
Color previews
#6f4f3f text on a black background
contrast 2.87:1
Card sample
#6f4f3f text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f4f3f;
Background color
Panel with #6f4f3f background
background-color: #6f4f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f4f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 79, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 79, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f4f3f; background: linear-gradient(135deg, #6f4f3f, #6F6F3F);