#484b13
a deep, vivid yellow · cool · closest name: olive
RGB
72, 75, 19
HSL
63°, 60%, 18%
CMYK
4, 0, 75, 71
Luminance
0.0646
Every format
| HEX | #484b13 |
| RGB | rgb(72, 75, 19) |
| HSL | hsl(63, 60%, 18%) |
| CMYK | cmyk(4%, 0%, 75%, 71%) |
| LAB | lab(30.5 -9.5 31.4) |
| LCH | lch(30.5 32.8 106.8) |
| OKLCH | oklch(0.398 0.076 112.4) |
Copy-ready code
/* CSS */
color: #484b13;
background-color: #484b13;
/* Tailwind (arbitrary) */
class="text-[#484b13] bg-[#484b13]"
/* SCSS */
$brand: #484b13;
/* SwiftUI */
Color(red: 0.282, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#484b13")Accessibility — WCAG contrast
Aa
#484b13 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#484b13 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.4%
Blue7.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow74.7%
Key (black)70.6%
Color previews
#484b13 text on a black background
contrast 2.29:1
Card sample
#484b13 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484b13;
Background color
Panel with #484b13 background
background-color: #484b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484b13; background: linear-gradient(135deg, #484b13, #234B13);