#028cfd
a balanced, electric blue · cool · “dodgerblue”
RGB
2, 140, 253
HSL
207°, 98%, 50%
CMYK
99, 45, 0, 1
Luminance
0.2586
Every format
| HEX | #028cfd |
| RGB | rgb(2, 140, 253) |
| HSL | hsl(207, 98%, 50%) |
| CMYK | cmyk(99%, 45%, 0%, 1%) |
| LAB | lab(57.9 10.7 -64.7) |
| LCH | lch(57.9 65.5 279.4) |
| OKLCH | oklch(0.639 0.195 252.7) |
Copy-ready code
/* CSS */
color: #028cfd;
background-color: #028cfd;
/* Tailwind (arbitrary) */
class="text-[#028cfd] bg-[#028cfd]"
/* SCSS */
$brand: #028cfd;
/* SwiftUI */
Color(red: 0.008, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#028cfd")Accessibility — WCAG contrast
Aa
#028cfd on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#028cfd on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green54.9%
Blue99.2%
CMYK percentages
Cyan99.2%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#028cfd text on a black background
contrast 6.17:1
Card sample
#028cfd text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028cfd;
Background color
Panel with #028cfd background
background-color: #028cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028cfd; background: linear-gradient(135deg, #028cfd, #1F02FD);