#6f2002
a deep, electric orange · warm · closest name: maroon
RGB
111, 32, 2
HSL
17°, 97%, 22%
CMYK
0, 71, 98, 57
Luminance
0.0442
Every format
| HEX | #6f2002 |
| RGB | rgb(111, 32, 2) |
| HSL | hsl(17, 97%, 22%) |
| CMYK | cmyk(0%, 71%, 98%, 57%) |
| LAB | lab(25.0 33.7 35.4) |
| LCH | lch(25.0 48.9 46.5) |
| OKLCH | oklch(0.366 0.117 38.1) |
Copy-ready code
/* CSS */
color: #6f2002;
background-color: #6f2002;
/* Tailwind (arbitrary) */
class="text-[#6f2002] bg-[#6f2002]"
/* SCSS */
$brand: #6f2002;
/* SwiftUI */
Color(red: 0.435, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#6f2002")Accessibility — WCAG contrast
Aa
#6f2002 on white: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2002 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow98.2%
Key (black)56.5%
Color previews
#6f2002 text on a black background
contrast 1.88:1
Card sample
#6f2002 text on a white background
contrast 11.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2002;
Background color
Panel with #6f2002 background
background-color: #6f2002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2002; background: linear-gradient(135deg, #6f2002, #6F6902);