#009965
a dark, electric green · cool · closest name: seagreen
RGB
0, 153, 101
HSL
160°, 100%, 30%
CMYK
100, 0, 34, 40
Luminance
0.2372
Every format
| HEX | #009965 |
| RGB | rgb(0, 153, 101) |
| HSL | hsl(160, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 34%, 40%) |
| LAB | lab(55.8 -47.1 17.9) |
| LCH | lch(55.8 50.4 159.2) |
| OKLCH | oklch(0.603 0.135 160.5) |
Copy-ready code
/* CSS */
color: #009965;
background-color: #009965;
/* Tailwind (arbitrary) */
class="text-[#009965] bg-[#009965]"
/* SCSS */
$brand: #009965;
/* SwiftUI */
Color(red: 0.000, green: 0.600, blue: 0.396)
/* Android */
Color.parseColor("#009965")Accessibility — WCAG contrast
Aa
#009965 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009965 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.0%
Blue39.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow34.0%
Key (black)40.0%
Color previews
#009965 text on a black background
contrast 5.74:1
Card sample
#009965 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009965;
Background color
Panel with #009965 background
background-color: #009965;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009965;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 153, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 153, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009965; background: linear-gradient(135deg, #009965, #006799);