#6f4d2c
a dark, soft orange · warm · closest name: sienna
RGB
111, 77, 44
HSL
30°, 43%, 30%
CMYK
0, 31, 60, 57
Luminance
0.0887
Every format
| HEX | #6f4d2c |
| RGB | rgb(111, 77, 44) |
| HSL | hsl(30, 43%, 30%) |
| CMYK | cmyk(0%, 31%, 60%, 57%) |
| LAB | lab(35.7 10.4 25.1) |
| LCH | lch(35.7 27.2 67.5) |
| OKLCH | oklch(0.450 0.066 63.9) |
Copy-ready code
/* CSS */
color: #6f4d2c;
background-color: #6f4d2c;
/* Tailwind (arbitrary) */
class="text-[#6f4d2c] bg-[#6f4d2c]"
/* SCSS */
$brand: #6f4d2c;
/* SwiftUI */
Color(red: 0.435, green: 0.302, blue: 0.173)
/* Android */
Color.parseColor("#6f4d2c")Accessibility — WCAG contrast
Aa
#6f4d2c on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f4d2c on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green30.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow60.4%
Key (black)56.5%
Color previews
#6f4d2c text on a black background
contrast 2.77:1
Card sample
#6f4d2c text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f4d2c;
Background color
Panel with #6f4d2c background
background-color: #6f4d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f4d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 77, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 77, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f4d2c; background: linear-gradient(135deg, #6f4d2c, #646F2C);