#09aefd
a balanced, electric cyan · cool · closest name: steelblue
RGB
9, 174, 253
HSL
199°, 98%, 51%
CMYK
96, 31, 0, 1
Luminance
0.3742
Every format
| HEX | #09aefd |
| RGB | rgb(9, 174, 253) |
| HSL | hsl(199, 98%, 51%) |
| CMYK | cmyk(96%, 31%, 0%, 1%) |
| LAB | lab(67.6 -9.0 -49.2) |
| LCH | lch(67.6 50.0 259.7) |
| OKLCH | oklch(0.716 0.162 239.8) |
Copy-ready code
/* CSS */
color: #09aefd;
background-color: #09aefd;
/* Tailwind (arbitrary) */
class="text-[#09aefd] bg-[#09aefd]"
/* SCSS */
$brand: #09aefd;
/* SwiftUI */
Color(red: 0.035, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#09aefd")Accessibility — WCAG contrast
Aa
#09aefd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09aefd on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.2%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#09aefd text on a black background
contrast 8.48:1
Card sample
#09aefd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09aefd;
Background color
Panel with #09aefd background
background-color: #09aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09aefd; background: linear-gradient(135deg, #09aefd, #090CFD);