#09abeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
9, 171, 235
HSL
197°, 93%, 48%
CMYK
96, 27, 0, 8
Luminance
0.3518
Every format
| HEX | #09abeb |
| RGB | rgb(9, 171, 235) |
| HSL | hsl(197, 93%, 48%) |
| CMYK | cmyk(96%, 27%, 0%, 8%) |
| LAB | lab(65.9 -13.8 -42.1) |
| LCH | lch(65.9 44.3 251.9) |
| OKLCH | oklch(0.699 0.146 234.6) |
Copy-ready code
/* CSS */
color: #09abeb;
background-color: #09abeb;
/* Tailwind (arbitrary) */
class="text-[#09abeb] bg-[#09abeb]"
/* SCSS */
$brand: #09abeb;
/* SwiftUI */
Color(red: 0.035, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#09abeb")Accessibility — WCAG contrast
Aa
#09abeb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09abeb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan96.2%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#09abeb text on a black background
contrast 8.04:1
Card sample
#09abeb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09abeb;
Background color
Panel with #09abeb background
background-color: #09abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09abeb; background: linear-gradient(135deg, #09abeb, #0914EB);