#482618
a deep, vivid orange · warm · closest name: black
RGB
72, 38, 24
HSL
18°, 50%, 19%
CMYK
0, 47, 67, 72
Luminance
0.0283
Every format
| HEX | #482618 |
| RGB | rgb(72, 38, 24) |
| HSL | hsl(18, 50%, 19%) |
| CMYK | cmyk(0%, 47%, 67%, 72%) |
| LAB | lab(19.4 14.5 16.1) |
| LCH | lch(19.4 21.7 48.1) |
| OKLCH | oklch(0.310 0.057 42.7) |
Copy-ready code
/* CSS */
color: #482618;
background-color: #482618;
/* Tailwind (arbitrary) */
class="text-[#482618] bg-[#482618]"
/* SCSS */
$brand: #482618;
/* SwiftUI */
Color(red: 0.282, green: 0.149, blue: 0.094)
/* Android */
Color.parseColor("#482618")Accessibility — WCAG contrast
Aa
#482618 on white: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482618 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green14.9%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow66.7%
Key (black)71.8%
Color previews
#482618 text on a black background
contrast 1.57:1
Card sample
#482618 text on a white background
contrast 13.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482618;
Background color
Panel with #482618 background
background-color: #482618;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482618;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 38, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 38, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482618; background: linear-gradient(135deg, #482618, #484618);