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