#09c8af
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 200, 175
HSL
172°, 91%, 41%
CMYK
96, 0, 13, 22
Luminance
0.4446
Every format
| HEX | #09c8af |
| RGB | rgb(9, 200, 175) |
| HSL | hsl(172, 91%, 41%) |
| CMYK | cmyk(96%, 0%, 13%, 22%) |
| LAB | lab(72.5 -47.0 0.8) |
| LCH | lch(72.5 47.0 179.0) |
| OKLCH | oklch(0.746 0.135 179.4) |
Copy-ready code
/* CSS */
color: #09c8af;
background-color: #09c8af;
/* Tailwind (arbitrary) */
class="text-[#09c8af] bg-[#09c8af]"
/* SCSS */
$brand: #09c8af;
/* SwiftUI */
Color(red: 0.035, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#09c8af")Accessibility — WCAG contrast
Aa
#09c8af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09c8af on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green78.4%
Blue68.6%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#09c8af text on a black background
contrast 9.89:1
Card sample
#09c8af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09c8af;
Background color
Panel with #09c8af background
background-color: #09c8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09c8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09c8af; background: linear-gradient(135deg, #09c8af, #0962C8);