#483e18
a deep, vivid yellow · cool · closest name: darkslategray
RGB
72, 62, 24
HSL
48°, 50%, 19%
CMYK
0, 14, 67, 72
Luminance
0.0489
Every format
| HEX | #483e18 |
| RGB | rgb(72, 62, 24) |
| HSL | hsl(48, 50%, 19%) |
| CMYK | cmyk(0%, 14%, 67%, 72%) |
| LAB | lab(26.4 -1.1 24.5) |
| LCH | lch(26.4 24.5 92.7) |
| OKLCH | oklch(0.365 0.057 94.7) |
Copy-ready code
/* CSS */
color: #483e18;
background-color: #483e18;
/* Tailwind (arbitrary) */
class="text-[#483e18] bg-[#483e18]"
/* SCSS */
$brand: #483e18;
/* SwiftUI */
Color(red: 0.282, green: 0.243, blue: 0.094)
/* Android */
Color.parseColor("#483e18")Accessibility — WCAG contrast
Aa
#483e18 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#483e18 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green24.3%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow66.7%
Key (black)71.8%
Color previews
#483e18 text on a black background
contrast 1.98:1
Card sample
#483e18 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #483e18;
Background color
Panel with #483e18 background
background-color: #483e18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #483e18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 62, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 62, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #483e18; background: linear-gradient(135deg, #483e18, #324818);