#009afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 154, 253
HSL
204°, 100%, 50%
CMYK
100, 39, 0, 1
Luminance
0.3020
Every format
| HEX | #009afd |
| RGB | rgb(0, 154, 253) |
| HSL | hsl(204, 100%, 50%) |
| CMYK | cmyk(100%, 39%, 0%, 1%) |
| LAB | lab(61.8 2.2 -58.4) |
| LCH | lch(61.8 58.4 272.2) |
| OKLCH | oklch(0.670 0.180 248.0) |
Copy-ready code
/* CSS */
color: #009afd;
background-color: #009afd;
/* Tailwind (arbitrary) */
class="text-[#009afd] bg-[#009afd]"
/* SCSS */
$brand: #009afd;
/* SwiftUI */
Color(red: 0.000, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#009afd")Accessibility — WCAG contrast
Aa
#009afd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#009afd on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.4%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#009afd text on a black background
contrast 7.04:1
Card sample
#009afd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009afd;
Background color
Panel with #009afd background
background-color: #009afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009afd; background: linear-gradient(135deg, #009afd, #0F00FD);