#028cfb
a balanced, electric blue · cool · “dodgerblue”
RGB
2, 140, 251
HSL
207°, 98%, 50%
CMYK
99, 44, 0, 2
Luminance
0.2573
Every format
| HEX | #028cfb |
| RGB | rgb(2, 140, 251) |
| HSL | hsl(207, 98%, 50%) |
| CMYK | cmyk(99%, 44%, 0%, 2%) |
| LAB | lab(57.8 9.9 -63.8) |
| LCH | lch(57.8 64.5 278.8) |
| OKLCH | oklch(0.638 0.192 252.4) |
Copy-ready code
/* CSS */
color: #028cfb;
background-color: #028cfb;
/* Tailwind (arbitrary) */
class="text-[#028cfb] bg-[#028cfb]"
/* SCSS */
$brand: #028cfb;
/* SwiftUI */
Color(red: 0.008, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#028cfb")Accessibility — WCAG contrast
Aa
#028cfb on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#028cfb on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green54.9%
Blue98.4%
CMYK percentages
Cyan99.2%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#028cfb text on a black background
contrast 6.15:1
Card sample
#028cfb text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028cfb;
Background color
Panel with #028cfb background
background-color: #028cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028cfb; background: linear-gradient(135deg, #028cfb, #1E02FB);