#6f3c09
a deep, electric orange · warm · closest name: sienna
RGB
111, 60, 9
HSL
30°, 85%, 24%
CMYK
0, 46, 92, 57
Luminance
0.0663
Every format
| HEX | #6f3c09 |
| RGB | rgb(111, 60, 9) |
| HSL | hsl(30, 85%, 24%) |
| CMYK | cmyk(0%, 46%, 92%, 57%) |
| LAB | lab(30.9 18.7 37.6) |
| LCH | lch(30.9 42.1 63.5) |
| OKLCH | oklch(0.412 0.093 58.4) |
Copy-ready code
/* CSS */
color: #6f3c09;
background-color: #6f3c09;
/* Tailwind (arbitrary) */
class="text-[#6f3c09] bg-[#6f3c09]"
/* SCSS */
$brand: #6f3c09;
/* SwiftUI */
Color(red: 0.435, green: 0.235, blue: 0.035)
/* Android */
Color.parseColor("#6f3c09")Accessibility — WCAG contrast
Aa
#6f3c09 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f3c09 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green23.5%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow91.9%
Key (black)56.5%
Color previews
#6f3c09 text on a black background
contrast 2.33:1
Card sample
#6f3c09 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3c09;
Background color
Panel with #6f3c09 background
background-color: #6f3c09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3c09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 60, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 60, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3c09; background: linear-gradient(135deg, #6f3c09, #5E6F09);