#09bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 189, 251
HSL
195°, 97%, 51%
CMYK
96, 25, 0, 2
Luminance
0.4342
Every format
| HEX | #09bdfb |
| RGB | rgb(9, 189, 251) |
| HSL | hsl(195, 97%, 51%) |
| CMYK | cmyk(96%, 25%, 0%, 2%) |
| LAB | lab(71.8 -17.8 -41.5) |
| LCH | lch(71.8 45.1 246.8) |
| OKLCH | oklch(0.749 0.150 231.3) |
Copy-ready code
/* CSS */
color: #09bdfb;
background-color: #09bdfb;
/* Tailwind (arbitrary) */
class="text-[#09bdfb] bg-[#09bdfb]"
/* SCSS */
$brand: #09bdfb;
/* SwiftUI */
Color(red: 0.035, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#09bdfb")Accessibility — WCAG contrast
Aa
#09bdfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09bdfb on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green74.1%
Blue98.4%
CMYK percentages
Cyan96.4%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#09bdfb text on a black background
contrast 9.68:1
Card sample
#09bdfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09bdfb;
Background color
Panel with #09bdfb background
background-color: #09bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09bdfb; background: linear-gradient(135deg, #09bdfb, #091CFB);