#426fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
66, 111, 223
HSL
223°, 71%, 57%
CMYK
70, 50, 0, 13
Luminance
0.1785
Every format
| HEX | #426fdf |
| RGB | rgb(66, 111, 223) |
| HSL | hsl(223, 71%, 57%) |
| CMYK | cmyk(70%, 50%, 0%, 13%) |
| LAB | lab(49.3 21.9 -61.7) |
| LCH | lch(49.3 65.5 289.5) |
| OKLCH | oklch(0.571 0.178 264.8) |
Copy-ready code
/* CSS */
color: #426fdf;
background-color: #426fdf;
/* Tailwind (arbitrary) */
class="text-[#426fdf] bg-[#426fdf]"
/* SCSS */
$brand: #426fdf;
/* SwiftUI */
Color(red: 0.259, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#426fdf")Accessibility — WCAG contrast
Aa
#426fdf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#426fdf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#426fdf text on a black background
contrast 4.57:1
Card sample
#426fdf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #426fdf;
Background color
Panel with #426fdf background
background-color: #426fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #426fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #426fdf; background: linear-gradient(135deg, #426fdf, #7E42DF);