#028fdf
a dark, electric blue · cool · closest name: steelblue
RGB
2, 143, 223
HSL
202°, 98%, 44%
CMYK
99, 36, 0, 13
Luminance
0.2499
Every format
| HEX | #028fdf |
| RGB | rgb(2, 143, 223) |
| HSL | hsl(202, 98%, 44%) |
| CMYK | cmyk(99%, 36%, 0%, 13%) |
| LAB | lab(57.1 -2.6 -49.4) |
| LCH | lch(57.1 49.5 267.0) |
| OKLCH | oklch(0.627 0.156 244.6) |
Copy-ready code
/* CSS */
color: #028fdf;
background-color: #028fdf;
/* Tailwind (arbitrary) */
class="text-[#028fdf] bg-[#028fdf]"
/* SCSS */
$brand: #028fdf;
/* SwiftUI */
Color(red: 0.008, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#028fdf")Accessibility — WCAG contrast
Aa
#028fdf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#028fdf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green56.1%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#028fdf text on a black background
contrast 6.00:1
Card sample
#028fdf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028fdf;
Background color
Panel with #028fdf background
background-color: #028fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028fdf; background: linear-gradient(135deg, #028fdf, #0802DF);