#525c14
a deep, vivid yellow · cool · closest name: olive
RGB
82, 92, 20
HSL
68°, 64%, 22%
CMYK
11, 0, 78, 64
Luminance
0.0950
Every format
| HEX | #525c14 |
| RGB | rgb(82, 92, 20) |
| HSL | hsl(68, 64%, 22%) |
| CMYK | cmyk(11%, 0%, 78%, 64%) |
| LAB | lab(36.9 -14.3 37.6) |
| LCH | lch(36.9 40.2 110.8) |
| OKLCH | oklch(0.451 0.094 117.3) |
Copy-ready code
/* CSS */
color: #525c14;
background-color: #525c14;
/* Tailwind (arbitrary) */
class="text-[#525c14] bg-[#525c14]"
/* SCSS */
$brand: #525c14;
/* SwiftUI */
Color(red: 0.322, green: 0.361, blue: 0.078)
/* Android */
Color.parseColor("#525c14")Accessibility — WCAG contrast
Aa
#525c14 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525c14 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green36.1%
Blue7.8%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow78.3%
Key (black)63.9%
Color previews
#525c14 text on a black background
contrast 2.90:1
Card sample
#525c14 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525c14;
Background color
Panel with #525c14 background
background-color: #525c14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525c14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 92, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 92, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525c14; background: linear-gradient(135deg, #525c14, #225C14);