#050bfd
a balanced, electric blue · warm · closest name: blue
RGB
5, 11, 253
HSL
239°, 98%, 51%
CMYK
98, 96, 0, 1
Luminance
0.0736
Every format
| HEX | #050bfd |
| RGB | rgb(5, 11, 253) |
| HSL | hsl(239, 98%, 51%) |
| CMYK | cmyk(98%, 96%, 0%, 1%) |
| LAB | lab(32.6 77.1 -106.2) |
| LCH | lch(32.6 131.2 306.0) |
| OKLCH | oklch(0.454 0.308 264.4) |
Copy-ready code
/* CSS */
color: #050bfd;
background-color: #050bfd;
/* Tailwind (arbitrary) */
class="text-[#050bfd] bg-[#050bfd]"
/* SCSS */
$brand: #050bfd;
/* SwiftUI */
Color(red: 0.020, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#050bfd")Accessibility — WCAG contrast
Aa
#050bfd on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050bfd on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green4.3%
Blue99.2%
CMYK percentages
Cyan98.0%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#050bfd text on a black background
contrast 2.47:1
Card sample
#050bfd text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050bfd;
Background color
Panel with #050bfd background
background-color: #050bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050bfd; background: linear-gradient(135deg, #050bfd, #A405FD);