#462012
a deep, vivid orange · warm · closest name: black
RGB
70, 32, 18
HSL
16°, 59%, 17%
CMYK
0, 54, 74, 73
Luminance
0.0238
Every format
| HEX | #462012 |
| RGB | rgb(70, 32, 18) |
| HSL | hsl(16, 59%, 17%) |
| CMYK | cmyk(0%, 54%, 74%, 73%) |
| LAB | lab(17.4 16.8 17.6) |
| LCH | lch(17.4 24.3 46.2) |
| OKLCH | oklch(0.294 0.063 40.5) |
Copy-ready code
/* CSS */
color: #462012;
background-color: #462012;
/* Tailwind (arbitrary) */
class="text-[#462012] bg-[#462012]"
/* SCSS */
$brand: #462012;
/* SwiftUI */
Color(red: 0.275, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#462012")Accessibility — WCAG contrast
Aa
#462012 on white: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#462012 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow74.3%
Key (black)72.5%
Color previews
#462012 text on a black background
contrast 1.48:1
Card sample
#462012 text on a white background
contrast 14.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #462012;
Background color
Panel with #462012 background
background-color: #462012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #462012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #462012; background: linear-gradient(135deg, #462012, #464312);