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