#027dfb
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 125, 251
HSL
210°, 98%, 50%
CMYK
99, 50, 0, 2
Luminance
0.2165
Every format
| HEX | #027dfb |
| RGB | rgb(2, 125, 251) |
| HSL | hsl(210, 98%, 50%) |
| CMYK | cmyk(99%, 50%, 0%, 2%) |
| LAB | lab(53.6 19.2 -70.4) |
| LCH | lch(53.6 73.0 285.2) |
| OKLCH | oklch(0.606 0.209 256.4) |
Copy-ready code
/* CSS */
color: #027dfb;
background-color: #027dfb;
/* Tailwind (arbitrary) */
class="text-[#027dfb] bg-[#027dfb]"
/* SCSS */
$brand: #027dfb;
/* SwiftUI */
Color(red: 0.008, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#027dfb")Accessibility — WCAG contrast
Aa
#027dfb on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#027dfb on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.0%
Blue98.4%
CMYK percentages
Cyan99.2%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#027dfb text on a black background
contrast 5.33:1
Card sample
#027dfb text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027dfb;
Background color
Panel with #027dfb background
background-color: #027dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027dfb; background: linear-gradient(135deg, #027dfb, #2D02FB);