#00532f
a deep, electric green · cool · closest name: seagreen
RGB
0, 83, 47
HSL
154°, 100%, 16%
CMYK
100, 0, 43, 68
Luminance
0.0639
Every format
| HEX | #00532f |
| RGB | rgb(0, 83, 47) |
| HSL | hsl(154, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 43%, 68%) |
| LAB | lab(30.4 -31.9 15.0) |
| LCH | lch(30.4 35.3 154.8) |
| OKLCH | oklch(0.389 0.094 156.4) |
Copy-ready code
/* CSS */
color: #00532f;
background-color: #00532f;
/* Tailwind (arbitrary) */
class="text-[#00532f] bg-[#00532f]"
/* SCSS */
$brand: #00532f;
/* SwiftUI */
Color(red: 0.000, green: 0.325, blue: 0.184)
/* Android */
Color.parseColor("#00532f")Accessibility — WCAG contrast
Aa
#00532f on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00532f on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.5%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow43.4%
Key (black)67.5%
Color previews
#00532f text on a black background
contrast 2.28:1
Card sample
#00532f text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00532f;
Background color
Panel with #00532f background
background-color: #00532f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00532f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 83, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 83, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00532f; background: linear-gradient(135deg, #00532f, #004053);