#46230c
a deep, vivid orange · warm · closest name: black
RGB
70, 35, 12
HSL
24°, 71%, 16%
CMYK
0, 50, 83, 73
Luminance
0.0253
Every format
| HEX | #46230c |
| RGB | rgb(70, 35, 12) |
| HSL | hsl(24, 71%, 16%) |
| CMYK | cmyk(0%, 50%, 83%, 73%) |
| LAB | lab(18.1 14.5 21.6) |
| LCH | lch(18.1 26.0 56.0) |
| OKLCH | oklch(0.299 0.063 51.1) |
Copy-ready code
/* CSS */
color: #46230c;
background-color: #46230c;
/* Tailwind (arbitrary) */
class="text-[#46230c] bg-[#46230c]"
/* SCSS */
$brand: #46230c;
/* SwiftUI */
Color(red: 0.275, green: 0.137, blue: 0.047)
/* Android */
Color.parseColor("#46230c")Accessibility — WCAG contrast
Aa
#46230c on white: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46230c on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green13.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow82.9%
Key (black)72.5%
Color previews
#46230c text on a black background
contrast 1.51:1
Card sample
#46230c text on a white background
contrast 13.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46230c;
Background color
Panel with #46230c background
background-color: #46230c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46230c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 35, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 35, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46230c; background: linear-gradient(135deg, #46230c, #42460C);