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