#635708
a deep, electric yellow · cool · closest name: olive
RGB
99, 87, 8
HSL
52°, 85%, 21%
CMYK
0, 12, 92, 61
Luminance
0.0949
Every format
| HEX | #635708 |
| RGB | rgb(99, 87, 8) |
| HSL | hsl(52, 85%, 21%) |
| CMYK | cmyk(0%, 12%, 92%, 61%) |
| LAB | lab(36.9 -3.6 42.1) |
| LCH | lch(36.9 42.3 94.9) |
| OKLCH | oklch(0.455 0.091 99.6) |
Copy-ready code
/* CSS */
color: #635708;
background-color: #635708;
/* Tailwind (arbitrary) */
class="text-[#635708] bg-[#635708]"
/* SCSS */
$brand: #635708;
/* SwiftUI */
Color(red: 0.388, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#635708")Accessibility — WCAG contrast
Aa
#635708 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#635708 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow91.9%
Key (black)61.2%
Color previews
#635708 text on a black background
contrast 2.90:1
Card sample
#635708 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #635708;
Background color
Panel with #635708 background
background-color: #635708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #635708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #635708; background: linear-gradient(135deg, #635708, #326308);