#635430
a dark, soft yellow · warm · closest name: gray
RGB
99, 84, 48
HSL
42°, 35%, 29%
CMYK
0, 15, 52, 61
Luminance
0.0921
Every format
| HEX | #635430 |
| RGB | rgb(99, 84, 48) |
| HSL | hsl(42, 35%, 29%) |
| CMYK | cmyk(0%, 15%, 52%, 61%) |
| LAB | lab(36.4 0.8 23.2) |
| LCH | lch(36.4 23.3 87.9) |
| OKLCH | oklch(0.452 0.056 87.5) |
Copy-ready code
/* CSS */
color: #635430;
background-color: #635430;
/* Tailwind (arbitrary) */
class="text-[#635430] bg-[#635430]"
/* SCSS */
$brand: #635430;
/* SwiftUI */
Color(red: 0.388, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#635430")Accessibility — WCAG contrast
Aa
#635430 on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#635430 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow51.5%
Key (black)61.2%
Color previews
#635430 text on a black background
contrast 2.84:1
Card sample
#635430 text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635430;
Background color
Panel with #635430 background
background-color: #635430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635430; background: linear-gradient(135deg, #635430, #506330);