#6f3f2c
a dark, soft orange · warm · closest name: sienna
RGB
111, 63, 44
HSL
17°, 43%, 30%
CMYK
0, 43, 60, 57
Luminance
0.0712
Every format
| HEX | #6f3f2c |
| RGB | rgb(111, 63, 44) |
| HSL | hsl(17, 43%, 30%) |
| CMYK | cmyk(0%, 43%, 60%, 57%) |
| LAB | lab(32.1 18.9 20.6) |
| LCH | lch(32.1 27.9 47.4) |
| OKLCH | oklch(0.421 0.074 42.1) |
Copy-ready code
/* CSS */
color: #6f3f2c;
background-color: #6f3f2c;
/* Tailwind (arbitrary) */
class="text-[#6f3f2c] bg-[#6f3f2c]"
/* SCSS */
$brand: #6f3f2c;
/* SwiftUI */
Color(red: 0.435, green: 0.247, blue: 0.173)
/* Android */
Color.parseColor("#6f3f2c")Accessibility — WCAG contrast
Aa
#6f3f2c on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f3f2c on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green24.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow60.4%
Key (black)56.5%
Color previews
#6f3f2c text on a black background
contrast 2.42:1
Card sample
#6f3f2c text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3f2c;
Background color
Panel with #6f3f2c background
background-color: #6f3f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 63, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 63, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3f2c; background: linear-gradient(135deg, #6f3f2c, #6F6C2C);