#09ccaf
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 204, 175
HSL
171°, 92%, 42%
CMYK
96, 0, 14, 20
Luminance
0.4634
Every format
| HEX | #09ccaf |
| RGB | rgb(9, 204, 175) |
| HSL | hsl(171, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 14%, 20%) |
| LAB | lab(73.8 -48.6 2.6) |
| LCH | lch(73.8 48.7 176.9) |
| OKLCH | oklch(0.756 0.139 177.5) |
Copy-ready code
/* CSS */
color: #09ccaf;
background-color: #09ccaf;
/* Tailwind (arbitrary) */
class="text-[#09ccaf] bg-[#09ccaf]"
/* SCSS */
$brand: #09ccaf;
/* SwiftUI */
Color(red: 0.035, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#09ccaf")Accessibility — WCAG contrast
Aa
#09ccaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ccaf on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.0%
Blue68.6%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#09ccaf text on a black background
contrast 10.27:1
Card sample
#09ccaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ccaf;
Background color
Panel with #09ccaf background
background-color: #09ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ccaf; background: linear-gradient(135deg, #09ccaf, #0967CC);