#535607
a deep, electric yellow · cool · closest name: olive
RGB
83, 86, 7
HSL
62°, 85%, 18%
CMYK
4, 0, 92, 66
Luminance
0.0851
Every format
| HEX | #535607 |
| RGB | rgb(83, 86, 7) |
| HSL | hsl(62, 85%, 18%) |
| CMYK | cmyk(4%, 0%, 92%, 66%) |
| LAB | lab(35.0 -11.0 40.3) |
| LCH | lch(35.0 41.7 105.3) |
| OKLCH | oklch(0.436 0.093 112.1) |
Copy-ready code
/* CSS */
color: #535607;
background-color: #535607;
/* Tailwind (arbitrary) */
class="text-[#535607] bg-[#535607]"
/* SCSS */
$brand: #535607;
/* SwiftUI */
Color(red: 0.325, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#535607")Accessibility — WCAG contrast
Aa
#535607 on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#535607 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green33.7%
Blue2.7%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow91.9%
Key (black)66.3%
Color previews
#535607 text on a black background
contrast 2.70:1
Card sample
#535607 text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535607;
Background color
Panel with #535607 background
background-color: #535607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535607; background: linear-gradient(135deg, #535607, #1E5607);