#09cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 205, 255
HSL
192°, 100%, 52%
CMYK
97, 20, 0, 0
Luminance
0.5094
Every format
| HEX | #09cdff |
| RGB | rgb(9, 205, 255) |
| HSL | hsl(192, 100%, 52%) |
| CMYK | cmyk(97%, 20%, 0%, 0%) |
| LAB | lab(76.6 -24.7 -36.2) |
| LCH | lch(76.6 43.8 235.7) |
| OKLCH | oklch(0.788 0.147 223.8) |
Copy-ready code
/* CSS */
color: #09cdff;
background-color: #09cdff;
/* Tailwind (arbitrary) */
class="text-[#09cdff] bg-[#09cdff]"
/* SCSS */
$brand: #09cdff;
/* SwiftUI */
Color(red: 0.035, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#09cdff")Accessibility — WCAG contrast
Aa
#09cdff on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cdff on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan96.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#09cdff text on a black background
contrast 11.19:1
Card sample
#09cdff text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cdff;
Background color
Panel with #09cdff background
background-color: #09cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cdff; background: linear-gradient(135deg, #09cdff, #0929FF);