#09cddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
9, 205, 223
HSL
185°, 92%, 46%
CMYK
96, 8, 0, 13
Luminance
0.4905
Every format
| HEX | #09cddf |
| RGB | rgb(9, 205, 223) |
| HSL | hsl(185, 92%, 46%) |
| CMYK | cmyk(96%, 8%, 0%, 13%) |
| LAB | lab(75.5 -35.0 -20.8) |
| LCH | lch(75.5 40.8 210.7) |
| OKLCH | oklch(0.775 0.132 206.1) |
Copy-ready code
/* CSS */
color: #09cddf;
background-color: #09cddf;
/* Tailwind (arbitrary) */
class="text-[#09cddf] bg-[#09cddf]"
/* SCSS */
$brand: #09cddf;
/* SwiftUI */
Color(red: 0.035, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#09cddf")Accessibility — WCAG contrast
Aa
#09cddf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cddf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#09cddf text on a black background
contrast 10.81:1
Card sample
#09cddf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cddf;
Background color
Panel with #09cddf background
background-color: #09cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cddf; background: linear-gradient(135deg, #09cddf, #093FDF);