#527231
a dark, soft green · cool · closest name: olivedrab
RGB
82, 114, 49
HSL
90°, 40%, 32%
CMYK
28, 0, 57, 55
Luminance
0.1405
Every format
| HEX | #527231 |
| RGB | rgb(82, 114, 49) |
| HSL | hsl(90, 40%, 32%) |
| CMYK | cmyk(28%, 0%, 57%, 55%) |
| LAB | lab(44.3 -23.5 31.9) |
| LCH | lch(44.3 39.6 126.3) |
| OKLCH | oklch(0.512 0.100 131.0) |
Copy-ready code
/* CSS */
color: #527231;
background-color: #527231;
/* Tailwind (arbitrary) */
class="text-[#527231] bg-[#527231]"
/* SCSS */
$brand: #527231;
/* SwiftUI */
Color(red: 0.322, green: 0.447, blue: 0.192)
/* Android */
Color.parseColor("#527231")Accessibility — WCAG contrast
Aa
#527231 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527231 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green44.7%
Blue19.2%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow57.0%
Key (black)55.3%
Color previews
#527231 text on a black background
contrast 3.81:1
Card sample
#527231 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527231;
Background color
Panel with #527231 background
background-color: #527231;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527231;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 114, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 114, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527231; background: linear-gradient(135deg, #527231, #31723B);