#527700
a deep, electric green · cool · closest name: olivedrab
RGB
82, 119, 0
HSL
79°, 100%, 23%
CMYK
31, 0, 100, 53
Luminance
0.1499
Every format
| HEX | #527700 |
| RGB | rgb(82, 119, 0) |
| HSL | hsl(79, 100%, 23%) |
| CMYK | cmyk(31%, 0%, 100%, 53%) |
| LAB | lab(45.6 -28.9 50.5) |
| LCH | lch(45.6 58.2 119.8) |
| OKLCH | oklch(0.521 0.136 128.0) |
Copy-ready code
/* CSS */
color: #527700;
background-color: #527700;
/* Tailwind (arbitrary) */
class="text-[#527700] bg-[#527700]"
/* SCSS */
$brand: #527700;
/* SwiftUI */
Color(red: 0.322, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#527700")Accessibility — WCAG contrast
Aa
#527700 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527700 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green46.7%
Blue0.0%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow100.0%
Key (black)53.3%
Color previews
#527700 text on a black background
contrast 4.00:1
Card sample
#527700 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527700;
Background color
Panel with #527700 background
background-color: #527700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527700; background: linear-gradient(135deg, #527700, #037700);