#09af8d
a dark, electric cyan · cool · closest name: seagreen
RGB
9, 175, 141
HSL
168°, 90%, 36%
CMYK
95, 0, 19, 31
Luminance
0.3264
Every format
| HEX | #09af8d |
| RGB | rgb(9, 175, 141) |
| HSL | hsl(168, 90%, 36%) |
| CMYK | cmyk(95%, 0%, 19%, 31%) |
| LAB | lab(63.9 -45.6 7.0) |
| LCH | lch(63.9 46.2 171.3) |
| OKLCH | oklch(0.672 0.129 172.1) |
Copy-ready code
/* CSS */
color: #09af8d;
background-color: #09af8d;
/* Tailwind (arbitrary) */
class="text-[#09af8d] bg-[#09af8d]"
/* SCSS */
$brand: #09af8d;
/* SwiftUI */
Color(red: 0.035, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#09af8d")Accessibility — WCAG contrast
Aa
#09af8d on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09af8d on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.6%
Blue55.3%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow19.4%
Key (black)31.4%
Color previews
#09af8d text on a black background
contrast 7.53:1
Card sample
#09af8d text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09af8d;
Background color
Panel with #09af8d background
background-color: #09af8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09af8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09af8d; background: linear-gradient(135deg, #09af8d, #0962AF);