#009afb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 154, 251
HSL
203°, 100%, 49%
CMYK
100, 39, 0, 2
Luminance
0.3008
Every format
| HEX | #009afb |
| RGB | rgb(0, 154, 251) |
| HSL | hsl(203, 100%, 49%) |
| CMYK | cmyk(100%, 39%, 0%, 2%) |
| LAB | lab(61.7 1.5 -57.5) |
| LCH | lch(61.7 57.5 271.5) |
| OKLCH | oklch(0.669 0.178 247.5) |
Copy-ready code
/* CSS */
color: #009afb;
background-color: #009afb;
/* Tailwind (arbitrary) */
class="text-[#009afb] bg-[#009afb]"
/* SCSS */
$brand: #009afb;
/* SwiftUI */
Color(red: 0.000, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#009afb")Accessibility — WCAG contrast
Aa
#009afb on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#009afb on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.4%
Blue98.4%
CMYK percentages
Cyan100.0%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#009afb text on a black background
contrast 7.02:1
Card sample
#009afb text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009afb;
Background color
Panel with #009afb background
background-color: #009afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009afb; background: linear-gradient(135deg, #009afb, #0D00FB);