#028cdf
a dark, electric blue · cool · closest name: dodgerblue
RGB
2, 140, 223
HSL
203°, 98%, 44%
CMYK
99, 37, 0, 13
Luminance
0.2410
Every format
| HEX | #028cdf |
| RGB | rgb(2, 140, 223) |
| HSL | hsl(203, 98%, 44%) |
| CMYK | cmyk(99%, 37%, 0%, 13%) |
| LAB | lab(56.2 -0.8 -50.8) |
| LCH | lch(56.2 50.8 269.1) |
| OKLCH | oklch(0.620 0.159 246.0) |
Copy-ready code
/* CSS */
color: #028cdf;
background-color: #028cdf;
/* Tailwind (arbitrary) */
class="text-[#028cdf] bg-[#028cdf]"
/* SCSS */
$brand: #028cdf;
/* SwiftUI */
Color(red: 0.008, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#028cdf")Accessibility — WCAG contrast
Aa
#028cdf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#028cdf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green54.9%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#028cdf text on a black background
contrast 5.82:1
Card sample
#028cdf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028cdf;
Background color
Panel with #028cdf background
background-color: #028cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028cdf; background: linear-gradient(135deg, #028cdf, #0B02DF);