#09afe8
a balanced, electric cyan · cool · closest name: steelblue
RGB
9, 175, 232
HSL
195°, 93%, 47%
CMYK
96, 25, 0, 9
Luminance
0.3654
Every format
| HEX | #09afe8 |
| RGB | rgb(9, 175, 232) |
| HSL | hsl(195, 93%, 47%) |
| CMYK | cmyk(96%, 25%, 0%, 9%) |
| LAB | lab(66.9 -17.0 -38.8) |
| LCH | lch(66.9 42.4 246.3) |
| OKLCH | oklch(0.707 0.141 231.0) |
Copy-ready code
/* CSS */
color: #09afe8;
background-color: #09afe8;
/* Tailwind (arbitrary) */
class="text-[#09afe8] bg-[#09afe8]"
/* SCSS */
$brand: #09afe8;
/* SwiftUI */
Color(red: 0.035, green: 0.686, blue: 0.910)
/* Android */
Color.parseColor("#09afe8")Accessibility — WCAG contrast
Aa
#09afe8 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09afe8 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.6%
Blue91.0%
CMYK percentages
Cyan96.1%
Magenta24.6%
Yellow0.0%
Key (black)9.0%
Color previews
#09afe8 text on a black background
contrast 8.31:1
Card sample
#09afe8 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09afe8;
Background color
Panel with #09afe8 background
background-color: #09afe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09afe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 175, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 175, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09afe8; background: linear-gradient(135deg, #09afe8, #091BE8);