#09ba7f
a dark, electric cyan · cool · closest name: seagreen
RGB
9, 186, 127
HSL
160°, 91%, 38%
CMYK
95, 0, 32, 27
Luminance
0.3671
Every format
| HEX | #09ba7f |
| RGB | rgb(9, 186, 127) |
| HSL | hsl(160, 91%, 38%) |
| CMYK | cmyk(95%, 0%, 32%, 27%) |
| LAB | lab(67.1 -53.4 19.1) |
| LCH | lch(67.1 56.7 160.3) |
| OKLCH | oklch(0.698 0.153 161.6) |
Copy-ready code
/* CSS */
color: #09ba7f;
background-color: #09ba7f;
/* Tailwind (arbitrary) */
class="text-[#09ba7f] bg-[#09ba7f]"
/* SCSS */
$brand: #09ba7f;
/* SwiftUI */
Color(red: 0.035, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#09ba7f")Accessibility — WCAG contrast
Aa
#09ba7f on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ba7f on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green72.9%
Blue49.8%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow31.7%
Key (black)27.1%
Color previews
#09ba7f text on a black background
contrast 8.34:1
Card sample
#09ba7f text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ba7f;
Background color
Panel with #09ba7f background
background-color: #09ba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ba7f; background: linear-gradient(135deg, #09ba7f, #097FBA);