#09b2eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 178, 235
HSL
195°, 93%, 48%
CMYK
96, 24, 0, 8
Luminance
0.3790
Every format
| HEX | #09b2eb |
| RGB | rgb(9, 178, 235) |
| HSL | hsl(195, 93%, 48%) |
| CMYK | cmyk(96%, 24%, 0%, 8%) |
| LAB | lab(67.9 -17.6 -38.9) |
| LCH | lch(67.9 42.7 245.7) |
| OKLCH | oklch(0.716 0.142 230.5) |
Copy-ready code
/* CSS */
color: #09b2eb;
background-color: #09b2eb;
/* Tailwind (arbitrary) */
class="text-[#09b2eb] bg-[#09b2eb]"
/* SCSS */
$brand: #09b2eb;
/* SwiftUI */
Color(red: 0.035, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#09b2eb")Accessibility — WCAG contrast
Aa
#09b2eb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09b2eb on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green69.8%
Blue92.2%
CMYK percentages
Cyan96.2%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#09b2eb text on a black background
contrast 8.58:1
Card sample
#09b2eb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09b2eb;
Background color
Panel with #09b2eb background
background-color: #09b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09b2eb; background: linear-gradient(135deg, #09b2eb, #091BEB);