#009ef1
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 158, 241
HSL
201°, 100%, 47%
CMYK
100, 34, 0, 6
Luminance
0.3080
Every format
| HEX | #009ef1 |
| RGB | rgb(0, 158, 241) |
| HSL | hsl(201, 100%, 47%) |
| CMYK | cmyk(100%, 34%, 0%, 6%) |
| LAB | lab(62.3 -4.6 -51.0) |
| LCH | lch(62.3 51.2 264.9) |
| OKLCH | oklch(0.672 0.163 243.2) |
Copy-ready code
/* CSS */
color: #009ef1;
background-color: #009ef1;
/* Tailwind (arbitrary) */
class="text-[#009ef1] bg-[#009ef1]"
/* SCSS */
$brand: #009ef1;
/* SwiftUI */
Color(red: 0.000, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#009ef1")Accessibility — WCAG contrast
Aa
#009ef1 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#009ef1 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.0%
Blue94.5%
CMYK percentages
Cyan100.0%
Magenta34.4%
Yellow0.0%
Key (black)5.5%
Color previews
#009ef1 text on a black background
contrast 7.16:1
Card sample
#009ef1 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009ef1;
Background color
Panel with #009ef1 background
background-color: #009ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009ef1; background: linear-gradient(135deg, #009ef1, #0300F1);