#201200
a deep, electric orange · warm · closest name: black
RGB
32, 18, 0
HSL
34°, 100%, 6%
CMYK
0, 44, 100, 88
Luminance
0.0074
Every format
| HEX | #201200 |
| RGB | rgb(32, 18, 0) |
| HSL | hsl(34, 100%, 6%) |
| CMYK | cmyk(0%, 44%, 100%, 88%) |
| LAB | lab(6.7 4.5 10.1) |
| LCH | lch(6.7 11.0 66.2) |
| OKLCH | oklch(0.197 0.042 74.9) |
Copy-ready code
/* CSS */
color: #201200;
background-color: #201200;
/* Tailwind (arbitrary) */
class="text-[#201200] bg-[#201200]"
/* SCSS */
$brand: #201200;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.000)
/* Android */
Color.parseColor("#201200")Accessibility — WCAG contrast
Aa
#201200 on white: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201200 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow100.0%
Key (black)87.5%
Color previews
#201200 text on a black background
contrast 1.15:1
Card sample
#201200 text on a white background
contrast 18.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201200;
Background color
Panel with #201200 background
background-color: #201200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201200; background: linear-gradient(135deg, #201200, #192000);