#027eb3
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 126, 179
HSL
198°, 98%, 36%
CMYK
99, 30, 0, 30
Luminance
0.1819
Every format
| HEX | #027eb3 |
| RGB | rgb(2, 126, 179) |
| HSL | hsl(198, 98%, 36%) |
| CMYK | cmyk(99%, 30%, 0%, 30%) |
| LAB | lab(49.7 -9.4 -36.0) |
| LCH | lch(49.7 37.2 255.3) |
| OKLCH | oklch(0.562 0.122 236.9) |
Copy-ready code
/* CSS */
color: #027eb3;
background-color: #027eb3;
/* Tailwind (arbitrary) */
class="text-[#027eb3] bg-[#027eb3]"
/* SCSS */
$brand: #027eb3;
/* SwiftUI */
Color(red: 0.008, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#027eb3")Accessibility — WCAG contrast
Aa
#027eb3 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#027eb3 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.4%
Blue70.2%
CMYK percentages
Cyan98.9%
Magenta29.6%
Yellow0.0%
Key (black)29.8%
Color previews
#027eb3 text on a black background
contrast 4.64:1
Card sample
#027eb3 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027eb3;
Background color
Panel with #027eb3 background
background-color: #027eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027eb3; background: linear-gradient(135deg, #027eb3, #0208B3);