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