#09eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
9, 236, 207
HSL
172°, 93%, 48%
CMYK
96, 0, 12, 8
Luminance
0.6455
Every format
| HEX | #09eccf |
| RGB | rgb(9, 236, 207) |
| HSL | hsl(172, 93%, 48%) |
| CMYK | cmyk(96%, 0%, 12%, 8%) |
| LAB | lab(84.3 -53.2 0.8) |
| LCH | lch(84.3 53.2 179.1) |
| OKLCH | oklch(0.845 0.153 179.5) |
Copy-ready code
/* CSS */
color: #09eccf;
background-color: #09eccf;
/* Tailwind (arbitrary) */
class="text-[#09eccf] bg-[#09eccf]"
/* SCSS */
$brand: #09eccf;
/* SwiftUI */
Color(red: 0.035, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#09eccf")Accessibility — WCAG contrast
Aa
#09eccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09eccf on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#09eccf text on a black background
contrast 13.91:1
Card sample
#09eccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09eccf;
Background color
Panel with #09eccf background
background-color: #09eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09eccf; background: linear-gradient(135deg, #09eccf, #0972EC);