#655430
a dark, soft yellow · warm · closest name: gray
RGB
101, 84, 48
HSL
41°, 36%, 29%
CMYK
0, 17, 53, 60
Luminance
0.0932
Every format
| HEX | #655430 |
| RGB | rgb(101, 84, 48) |
| HSL | hsl(41, 36%, 29%) |
| CMYK | cmyk(0%, 17%, 53%, 60%) |
| LAB | lab(36.6 1.8 23.6) |
| LCH | lch(36.6 23.6 85.7) |
| OKLCH | oklch(0.454 0.057 84.9) |
Copy-ready code
/* CSS */
color: #655430;
background-color: #655430;
/* Tailwind (arbitrary) */
class="text-[#655430] bg-[#655430]"
/* SCSS */
$brand: #655430;
/* SwiftUI */
Color(red: 0.396, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#655430")Accessibility — WCAG contrast
Aa
#655430 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655430 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow52.5%
Key (black)60.4%
Color previews
#655430 text on a black background
contrast 2.86:1
Card sample
#655430 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655430;
Background color
Panel with #655430 background
background-color: #655430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655430; background: linear-gradient(135deg, #655430, #536530);