#09c0fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 192, 253
HSL
195°, 98%, 51%
CMYK
96, 24, 0, 1
Luminance
0.4485
Every format
| HEX | #09c0fd |
| RGB | rgb(9, 192, 253) |
| HSL | hsl(195, 98%, 51%) |
| CMYK | cmyk(96%, 24%, 0%, 1%) |
| LAB | lab(72.8 -18.7 -41.1) |
| LCH | lch(72.8 45.1 245.6) |
| OKLCH | oklch(0.757 0.150 230.4) |
Copy-ready code
/* CSS */
color: #09c0fd;
background-color: #09c0fd;
/* Tailwind (arbitrary) */
class="text-[#09c0fd] bg-[#09c0fd]"
/* SCSS */
$brand: #09c0fd;
/* SwiftUI */
Color(red: 0.035, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#09c0fd")Accessibility — WCAG contrast
Aa
#09c0fd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09c0fd on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green75.3%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#09c0fd text on a black background
contrast 9.97:1
Card sample
#09c0fd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09c0fd;
Background color
Panel with #09c0fd background
background-color: #09c0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09c0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09c0fd; background: linear-gradient(135deg, #09c0fd, #091DFD);