#026fdf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 111, 223
HSL
210°, 98%, 44%
CMYK
99, 50, 0, 13
Luminance
0.1671
Every format
| HEX | #026fdf |
| RGB | rgb(2, 111, 223) |
| HSL | hsl(210, 98%, 44%) |
| CMYK | cmyk(99%, 50%, 0%, 13%) |
| LAB | lab(47.9 17.1 -64.1) |
| LCH | lch(47.9 66.3 284.9) |
| OKLCH | oklch(0.556 0.191 256.2) |
Copy-ready code
/* CSS */
color: #026fdf;
background-color: #026fdf;
/* Tailwind (arbitrary) */
class="text-[#026fdf] bg-[#026fdf]"
/* SCSS */
$brand: #026fdf;
/* SwiftUI */
Color(red: 0.008, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#026fdf")Accessibility — WCAG contrast
Aa
#026fdf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#026fdf on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#026fdf text on a black background
contrast 4.34:1
Card sample
#026fdf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #026fdf;
Background color
Panel with #026fdf background
background-color: #026fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #026fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #026fdf; background: linear-gradient(135deg, #026fdf, #2802DF);