#72af5c
a balanced, soft green · cool · closest name: olivedrab
RGB
114, 175, 92
HSL
104°, 34%, 52%
CMYK
35, 0, 47, 31
Luminance
0.3501
Every format
| HEX | #72af5c |
| RGB | rgb(114, 175, 92) |
| HSL | hsl(104, 34%, 52%) |
| CMYK | cmyk(35%, 0%, 47%, 31%) |
| LAB | lab(65.8 -35.5 36.3) |
| LCH | lch(65.8 50.8 134.4) |
| OKLCH | oklch(0.693 0.131 137.9) |
Copy-ready code
/* CSS */
color: #72af5c;
background-color: #72af5c;
/* Tailwind (arbitrary) */
class="text-[#72af5c] bg-[#72af5c]"
/* SCSS */
$brand: #72af5c;
/* SwiftUI */
Color(red: 0.447, green: 0.686, blue: 0.361)
/* Android */
Color.parseColor("#72af5c")Accessibility — WCAG contrast
Aa
#72af5c on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72af5c on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.6%
Blue36.1%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow47.4%
Key (black)31.4%
Color previews
#72af5c text on a black background
contrast 8.00:1
Card sample
#72af5c text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72af5c;
Background color
Panel with #72af5c background
background-color: #72af5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72af5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 175, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 175, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72af5c; background: linear-gradient(135deg, #72af5c, #5CAF7D);