#612000
a deep, electric orange · warm · closest name: maroon
RGB
97, 32, 0
HSL
20°, 100%, 19%
CMYK
0, 67, 100, 62
Luminance
0.0357
Every format
| HEX | #612000 |
| RGB | rgb(97, 32, 0) |
| HSL | hsl(20, 100%, 19%) |
| CMYK | cmyk(0%, 67%, 100%, 62%) |
| LAB | lab(22.2 28.1 32.5) |
| LCH | lch(22.2 43.0 49.2) |
| OKLCH | oklch(0.340 0.102 42.1) |
Copy-ready code
/* CSS */
color: #612000;
background-color: #612000;
/* Tailwind (arbitrary) */
class="text-[#612000] bg-[#612000]"
/* SCSS */
$brand: #612000;
/* SwiftUI */
Color(red: 0.380, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#612000")Accessibility — WCAG contrast
Aa
#612000 on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#612000 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta67.0%
Yellow100.0%
Key (black)62.0%
Color previews
#612000 text on a black background
contrast 1.71:1
Card sample
#612000 text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #612000;
Background color
Panel with #612000 background
background-color: #612000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #612000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #612000; background: linear-gradient(135deg, #612000, #616100);