#026dfb
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 109, 251
HSL
214°, 98%, 50%
CMYK
99, 57, 0, 2
Luminance
0.1792
Every format
| HEX | #026dfb |
| RGB | rgb(2, 109, 251) |
| HSL | hsl(214, 98%, 50%) |
| CMYK | cmyk(99%, 57%, 0%, 2%) |
| LAB | lab(49.4 29.3 -77.4) |
| LCH | lch(49.4 82.7 290.7) |
| OKLCH | oklch(0.574 0.228 259.6) |
Copy-ready code
/* CSS */
color: #026dfb;
background-color: #026dfb;
/* Tailwind (arbitrary) */
class="text-[#026dfb] bg-[#026dfb]"
/* SCSS */
$brand: #026dfb;
/* SwiftUI */
Color(red: 0.008, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#026dfb")Accessibility — WCAG contrast
Aa
#026dfb on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#026dfb on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green42.7%
Blue98.4%
CMYK percentages
Cyan99.2%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#026dfb text on a black background
contrast 4.58:1
Card sample
#026dfb text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #026dfb;
Background color
Panel with #026dfb background
background-color: #026dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #026dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #026dfb; background: linear-gradient(135deg, #026dfb, #3D02FB);