#028ace
a dark, electric blue · cool · closest name: steelblue
RGB
2, 138, 206
HSL
200°, 98%, 41%
CMYK
99, 33, 0, 19
Luminance
0.2265
Every format
| HEX | #028ace |
| RGB | rgb(2, 138, 206) |
| HSL | hsl(200, 98%, 41%) |
| CMYK | cmyk(99%, 33%, 0%, 19%) |
| LAB | lab(54.7 -6.1 -43.6) |
| LCH | lch(54.7 44.0 262.0) |
| OKLCH | oklch(0.606 0.141 241.3) |
Copy-ready code
/* CSS */
color: #028ace;
background-color: #028ace;
/* Tailwind (arbitrary) */
class="text-[#028ace] bg-[#028ace]"
/* SCSS */
$brand: #028ace;
/* SwiftUI */
Color(red: 0.008, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#028ace")Accessibility — WCAG contrast
Aa
#028ace on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#028ace on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green54.1%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#028ace text on a black background
contrast 5.53:1
Card sample
#028ace text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028ace;
Background color
Panel with #028ace background
background-color: #028ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028ace; background: linear-gradient(135deg, #028ace, #0202CE);