#009b53
a dark, electric green · cool · closest name: seagreen
RGB
0, 155, 83
HSL
152°, 100%, 30%
CMYK
100, 0, 47, 39
Luminance
0.2407
Every format
| HEX | #009b53 |
| RGB | rgb(0, 155, 83) |
| HSL | hsl(152, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 47%, 39%) |
| LAB | lab(56.1 -51.5 28.2) |
| LCH | lch(56.1 58.7 151.3) |
| OKLCH | oklch(0.605 0.154 153.4) |
Copy-ready code
/* CSS */
color: #009b53;
background-color: #009b53;
/* Tailwind (arbitrary) */
class="text-[#009b53] bg-[#009b53]"
/* SCSS */
$brand: #009b53;
/* SwiftUI */
Color(red: 0.000, green: 0.608, blue: 0.325)
/* Android */
Color.parseColor("#009b53")Accessibility — WCAG contrast
Aa
#009b53 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009b53 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.8%
Blue32.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow46.5%
Key (black)39.2%
Color previews
#009b53 text on a black background
contrast 5.81:1
Card sample
#009b53 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009b53;
Background color
Panel with #009b53 background
background-color: #009b53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009b53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 155, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 155, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009b53; background: linear-gradient(135deg, #009b53, #007C9B);