#535430
a dark, soft yellow · cool · closest name: darkslategray
RGB
83, 84, 48
HSL
62°, 27%, 26%
CMYK
1, 0, 43, 67
Luminance
0.0839
Every format
| HEX | #535430 |
| RGB | rgb(83, 84, 48) |
| HSL | hsl(62, 27%, 26%) |
| CMYK | cmyk(1%, 0%, 43%, 67%) |
| LAB | lab(34.8 -6.7 20.9) |
| LCH | lch(34.8 21.9 107.7) |
| OKLCH | oklch(0.435 0.054 109.8) |
Copy-ready code
/* CSS */
color: #535430;
background-color: #535430;
/* Tailwind (arbitrary) */
class="text-[#535430] bg-[#535430]"
/* SCSS */
$brand: #535430;
/* SwiftUI */
Color(red: 0.325, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#535430")Accessibility — WCAG contrast
Aa
#535430 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#535430 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green32.9%
Blue18.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#535430 text on a black background
contrast 2.68:1
Card sample
#535430 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535430;
Background color
Panel with #535430 background
background-color: #535430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535430; background: linear-gradient(135deg, #535430, #3B5430);