#483f21
a deep, soft yellow · cool · closest name: darkslategray
RGB
72, 63, 33
HSL
46°, 37%, 21%
CMYK
0, 13, 54, 72
Luminance
0.0504
Every format
| HEX | #483f21 |
| RGB | rgb(72, 63, 33) |
| HSL | hsl(46, 37%, 21%) |
| CMYK | cmyk(0%, 13%, 54%, 72%) |
| LAB | lab(26.9 -0.9 19.7) |
| LCH | lch(26.9 19.7 92.6) |
| OKLCH | oklch(0.369 0.047 93.2) |
Copy-ready code
/* CSS */
color: #483f21;
background-color: #483f21;
/* Tailwind (arbitrary) */
class="text-[#483f21] bg-[#483f21]"
/* SCSS */
$brand: #483f21;
/* SwiftUI */
Color(red: 0.282, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#483f21")Accessibility — WCAG contrast
Aa
#483f21 on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#483f21 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow54.2%
Key (black)71.8%
Color previews
#483f21 text on a black background
contrast 2.01:1
Card sample
#483f21 text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #483f21;
Background color
Panel with #483f21 background
background-color: #483f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #483f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #483f21; background: linear-gradient(135deg, #483f21, #374821);