#09cbf6
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 203, 246
HSL
191°, 93%, 50%
CMYK
96, 18, 0, 4
Luminance
0.4942
Every format
| HEX | #09cbf6 |
| RGB | rgb(9, 203, 246) |
| HSL | hsl(191, 93%, 50%) |
| CMYK | cmyk(96%, 18%, 0%, 4%) |
| LAB | lab(75.7 -26.6 -32.8) |
| LCH | lch(75.7 42.3 230.9) |
| OKLCH | oklch(0.780 0.142 220.5) |
Copy-ready code
/* CSS */
color: #09cbf6;
background-color: #09cbf6;
/* Tailwind (arbitrary) */
class="text-[#09cbf6] bg-[#09cbf6]"
/* SCSS */
$brand: #09cbf6;
/* SwiftUI */
Color(red: 0.035, green: 0.796, blue: 0.965)
/* Android */
Color.parseColor("#09cbf6")Accessibility — WCAG contrast
Aa
#09cbf6 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cbf6 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green79.6%
Blue96.5%
CMYK percentages
Cyan96.3%
Magenta17.5%
Yellow0.0%
Key (black)3.5%
Color previews
#09cbf6 text on a black background
contrast 10.88:1
Card sample
#09cbf6 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cbf6;
Background color
Panel with #09cbf6 background
background-color: #09cbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 203, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 203, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cbf6; background: linear-gradient(135deg, #09cbf6, #092DF6);