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