#525500
a deep, electric yellow · cool · closest name: olive
RGB
82, 85, 0
HSL
62°, 100%, 17%
CMYK
4, 0, 100, 67
Luminance
0.0829
Every format
| HEX | #525500 |
| RGB | rgb(82, 85, 0) |
| HSL | hsl(62, 100%, 17%) |
| CMYK | cmyk(4%, 0%, 100%, 67%) |
| LAB | lab(34.6 -11.2 42.1) |
| LCH | lch(34.6 43.6 104.9) |
| OKLCH | oklch(0.432 0.096 112.1) |
Copy-ready code
/* CSS */
color: #525500;
background-color: #525500;
/* Tailwind (arbitrary) */
class="text-[#525500] bg-[#525500]"
/* SCSS */
$brand: #525500;
/* SwiftUI */
Color(red: 0.322, green: 0.333, blue: 0.000)
/* Android */
Color.parseColor("#525500")Accessibility — WCAG contrast
Aa
#525500 on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525500 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green33.3%
Blue0.0%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow100.0%
Key (black)66.7%
Color previews
#525500 text on a black background
contrast 2.66:1
Card sample
#525500 text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525500;
Background color
Panel with #525500 background
background-color: #525500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 85, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 85, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525500; background: linear-gradient(135deg, #525500, #195500);