#027dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 125, 253
HSL
211°, 98%, 50%
CMYK
99, 51, 0, 1
Luminance
0.2177
Every format
| HEX | #027dfd |
| RGB | rgb(2, 125, 253) |
| HSL | hsl(211, 98%, 50%) |
| CMYK | cmyk(99%, 51%, 0%, 1%) |
| LAB | lab(53.8 19.9 -71.3) |
| LCH | lch(53.8 74.1 285.6) |
| OKLCH | oklch(0.608 0.212 256.6) |
Copy-ready code
/* CSS */
color: #027dfd;
background-color: #027dfd;
/* Tailwind (arbitrary) */
class="text-[#027dfd] bg-[#027dfd]"
/* SCSS */
$brand: #027dfd;
/* SwiftUI */
Color(red: 0.008, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#027dfd")Accessibility — WCAG contrast
Aa
#027dfd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#027dfd on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green49.0%
Blue99.2%
CMYK percentages
Cyan99.2%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#027dfd text on a black background
contrast 5.35:1
Card sample
#027dfd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027dfd;
Background color
Panel with #027dfd background
background-color: #027dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027dfd; background: linear-gradient(135deg, #027dfd, #2E02FD);