#525807
a deep, electric yellow · cool · closest name: olive
RGB
82, 88, 7
HSL
64°, 85%, 19%
CMYK
7, 0, 92, 66
Luminance
0.0879
Every format
| HEX | #525807 |
| RGB | rgb(82, 88, 7) |
| HSL | hsl(64, 85%, 19%) |
| CMYK | cmyk(7%, 0%, 92%, 66%) |
| LAB | lab(35.6 -12.6 40.7) |
| LCH | lch(35.6 42.6 107.3) |
| OKLCH | oklch(0.440 0.096 114.3) |
Copy-ready code
/* CSS */
color: #525807;
background-color: #525807;
/* Tailwind (arbitrary) */
class="text-[#525807] bg-[#525807]"
/* SCSS */
$brand: #525807;
/* SwiftUI */
Color(red: 0.322, green: 0.345, blue: 0.027)
/* Android */
Color.parseColor("#525807")Accessibility — WCAG contrast
Aa
#525807 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525807 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.5%
Blue2.7%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow92.0%
Key (black)65.5%
Color previews
#525807 text on a black background
contrast 2.76:1
Card sample
#525807 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525807;
Background color
Panel with #525807 background
background-color: #525807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 88, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 88, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525807; background: linear-gradient(135deg, #525807, #1C5807);