#009b83
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 155, 131
HSL
171°, 100%, 30%
CMYK
100, 0, 16, 39
Luminance
0.2508
Every format
| HEX | #009b83 |
| RGB | rgb(0, 155, 131) |
| HSL | hsl(171, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 16%, 39%) |
| LAB | lab(57.1 -40.3 2.9) |
| LCH | lch(57.1 40.4 175.9) |
| OKLCH | oklch(0.616 0.115 176.5) |
Copy-ready code
/* CSS */
color: #009b83;
background-color: #009b83;
/* Tailwind (arbitrary) */
class="text-[#009b83] bg-[#009b83]"
/* SCSS */
$brand: #009b83;
/* SwiftUI */
Color(red: 0.000, green: 0.608, blue: 0.514)
/* Android */
Color.parseColor("#009b83")Accessibility — WCAG contrast
Aa
#009b83 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009b83 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.8%
Blue51.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow15.5%
Key (black)39.2%
Color previews
#009b83 text on a black background
contrast 6.02:1
Card sample
#009b83 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009b83;
Background color
Panel with #009b83 background
background-color: #009b83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009b83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 155, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 155, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009b83; background: linear-gradient(135deg, #009b83, #004C9B);