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