#525606
a deep, electric yellow · cool · closest name: olive
RGB
82, 86, 6
HSL
63°, 87%, 18%
CMYK
5, 0, 93, 66
Luminance
0.0846
Every format
| HEX | #525606 |
| RGB | rgb(82, 86, 6) |
| HSL | hsl(63, 87%, 18%) |
| CMYK | cmyk(5%, 0%, 93%, 66%) |
| LAB | lab(34.9 -11.5 40.5) |
| LCH | lch(34.9 42.1 105.9) |
| OKLCH | oklch(0.435 0.094 112.9) |
Copy-ready code
/* CSS */
color: #525606;
background-color: #525606;
/* Tailwind (arbitrary) */
class="text-[#525606] bg-[#525606]"
/* SCSS */
$brand: #525606;
/* SwiftUI */
Color(red: 0.322, green: 0.337, blue: 0.024)
/* Android */
Color.parseColor("#525606")Accessibility — WCAG contrast
Aa
#525606 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525606 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green33.7%
Blue2.4%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow93.0%
Key (black)66.3%
Color previews
#525606 text on a black background
contrast 2.69:1
Card sample
#525606 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525606;
Background color
Panel with #525606 background
background-color: #525606;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525606;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 86, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 86, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525606; background: linear-gradient(135deg, #525606, #1D5606);