#09ccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 204, 253
HSL
192°, 98%, 51%
CMYK
96, 19, 0, 1
Luminance
0.5034
Every format
| HEX | #09ccfd |
| RGB | rgb(9, 204, 253) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(96%, 19%, 0%, 1%) |
| LAB | lab(76.3 -24.8 -35.7) |
| LCH | lch(76.3 43.5 235.2) |
| OKLCH | oklch(0.785 0.146 223.5) |
Copy-ready code
/* CSS */
color: #09ccfd;
background-color: #09ccfd;
/* Tailwind (arbitrary) */
class="text-[#09ccfd] bg-[#09ccfd]"
/* SCSS */
$brand: #09ccfd;
/* SwiftUI */
Color(red: 0.035, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#09ccfd")Accessibility — WCAG contrast
Aa
#09ccfd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ccfd on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green80.0%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#09ccfd text on a black background
contrast 11.07:1
Card sample
#09ccfd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ccfd;
Background color
Panel with #09ccfd background
background-color: #09ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ccfd; background: linear-gradient(135deg, #09ccfd, #092AFD);