#027df4
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 125, 244
HSL
210°, 98%, 48%
CMYK
99, 49, 0, 4
Luminance
0.2121
Every format
| HEX | #027df4 |
| RGB | rgb(2, 125, 244) |
| HSL | hsl(210, 98%, 48%) |
| CMYK | cmyk(99%, 49%, 0%, 4%) |
| LAB | lab(53.2 16.4 -67.3) |
| LCH | lch(53.2 69.3 283.7) |
| OKLCH | oklch(0.601 0.201 255.5) |
Copy-ready code
/* CSS */
color: #027df4;
background-color: #027df4;
/* Tailwind (arbitrary) */
class="text-[#027df4] bg-[#027df4]"
/* SCSS */
$brand: #027df4;
/* SwiftUI */
Color(red: 0.008, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#027df4")Accessibility — WCAG contrast
Aa
#027df4 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#027df4 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.0%
Blue95.7%
CMYK percentages
Cyan99.2%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#027df4 text on a black background
contrast 5.24:1
Card sample
#027df4 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027df4;
Background color
Panel with #027df4 background
background-color: #027df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027df4; background: linear-gradient(135deg, #027df4, #2802F4);