#09cbaf
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 203, 175
HSL
171°, 92%, 42%
CMYK
96, 0, 14, 20
Luminance
0.4587
Every format
| HEX | #09cbaf |
| RGB | rgb(9, 203, 175) |
| HSL | hsl(171, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 14%, 20%) |
| LAB | lab(73.5 -48.2 2.2) |
| LCH | lch(73.5 48.3 177.4) |
| OKLCH | oklch(0.754 0.138 177.9) |
Copy-ready code
/* CSS */
color: #09cbaf;
background-color: #09cbaf;
/* Tailwind (arbitrary) */
class="text-[#09cbaf] bg-[#09cbaf]"
/* SCSS */
$brand: #09cbaf;
/* SwiftUI */
Color(red: 0.035, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#09cbaf")Accessibility — WCAG contrast
Aa
#09cbaf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cbaf on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#09cbaf text on a black background
contrast 10.17:1
Card sample
#09cbaf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cbaf;
Background color
Panel with #09cbaf background
background-color: #09cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cbaf; background: linear-gradient(135deg, #09cbaf, #0966CB);