#09ceac
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 206, 172
HSL
170°, 92%, 42%
CMYK
96, 0, 17, 19
Luminance
0.4718
Every format
| HEX | #09ceac |
| RGB | rgb(9, 206, 172) |
| HSL | hsl(170, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 17%, 19%) |
| LAB | lab(74.3 -50.2 5.0) |
| LCH | lch(74.3 50.5 174.3) |
| OKLCH | oklch(0.761 0.142 175.0) |
Copy-ready code
/* CSS */
color: #09ceac;
background-color: #09ceac;
/* Tailwind (arbitrary) */
class="text-[#09ceac] bg-[#09ceac]"
/* SCSS */
$brand: #09ceac;
/* SwiftUI */
Color(red: 0.035, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#09ceac")Accessibility — WCAG contrast
Aa
#09ceac on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ceac on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.8%
Blue67.5%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#09ceac text on a black background
contrast 10.44:1
Card sample
#09ceac text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ceac;
Background color
Panel with #09ceac background
background-color: #09ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ceac; background: linear-gradient(135deg, #09ceac, #096DCE);