#09cfb0
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 207, 176
HSL
171°, 92%, 42%
CMYK
96, 0, 15, 19
Luminance
0.4782
Every format
| HEX | #09cfb0 |
| RGB | rgb(9, 207, 176) |
| HSL | hsl(171, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 15%, 19%) |
| LAB | lab(74.7 -49.6 3.4) |
| LCH | lch(74.7 49.7 176.0) |
| OKLCH | oklch(0.764 0.141 176.6) |
Copy-ready code
/* CSS */
color: #09cfb0;
background-color: #09cfb0;
/* Tailwind (arbitrary) */
class="text-[#09cfb0] bg-[#09cfb0]"
/* SCSS */
$brand: #09cfb0;
/* SwiftUI */
Color(red: 0.035, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#09cfb0")Accessibility — WCAG contrast
Aa
#09cfb0 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cfb0 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green81.2%
Blue69.0%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#09cfb0 text on a black background
contrast 10.56:1
Card sample
#09cfb0 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cfb0;
Background color
Panel with #09cfb0 background
background-color: #09cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cfb0; background: linear-gradient(135deg, #09cfb0, #096ACF);