#09bfac
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 191, 172
HSL
174°, 91%, 39%
CMYK
95, 0, 10, 25
Luminance
0.4030
Every format
| HEX | #09bfac |
| RGB | rgb(9, 191, 172) |
| HSL | hsl(174, 91%, 39%) |
| CMYK | cmyk(95%, 0%, 10%, 25%) |
| LAB | lab(69.7 -44.0 -1.7) |
| LCH | lch(69.7 44.0 182.2) |
| OKLCH | oklch(0.723 0.128 182.4) |
Copy-ready code
/* CSS */
color: #09bfac;
background-color: #09bfac;
/* Tailwind (arbitrary) */
class="text-[#09bfac] bg-[#09bfac]"
/* SCSS */
$brand: #09bfac;
/* SwiftUI */
Color(red: 0.035, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#09bfac")Accessibility — WCAG contrast
Aa
#09bfac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09bfac on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green74.9%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#09bfac text on a black background
contrast 9.06:1
Card sample
#09bfac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09bfac;
Background color
Panel with #09bfac background
background-color: #09bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09bfac; background: linear-gradient(135deg, #09bfac, #0959BF);