#09b284
a dark, electric cyan · cool · closest name: seagreen
RGB
9, 178, 132
HSL
164°, 90%, 37%
CMYK
95, 0, 26, 30
Luminance
0.3356
Every format
| HEX | #09b284 |
| RGB | rgb(9, 178, 132) |
| HSL | hsl(164, 90%, 37%) |
| CMYK | cmyk(95%, 0%, 26%, 30%) |
| LAB | lab(64.6 -49.1 13.0) |
| LCH | lch(64.6 50.8 165.2) |
| OKLCH | oklch(0.678 0.139 166.2) |
Copy-ready code
/* CSS */
color: #09b284;
background-color: #09b284;
/* Tailwind (arbitrary) */
class="text-[#09b284] bg-[#09b284]"
/* SCSS */
$brand: #09b284;
/* SwiftUI */
Color(red: 0.035, green: 0.698, blue: 0.518)
/* Android */
Color.parseColor("#09b284")Accessibility — WCAG contrast
Aa
#09b284 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09b284 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green69.8%
Blue51.8%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow25.8%
Key (black)30.2%
Color previews
#09b284 text on a black background
contrast 7.71:1
Card sample
#09b284 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09b284;
Background color
Panel with #09b284 background
background-color: #09b284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09b284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 178, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 178, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09b284; background: linear-gradient(135deg, #09b284, #096FB2);