#406cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
64, 108, 223
HSL
223°, 71%, 56%
CMYK
71, 52, 0, 13
Luminance
0.1714
Every format
| HEX | #406cdf |
| RGB | rgb(64, 108, 223) |
| HSL | hsl(223, 71%, 56%) |
| CMYK | cmyk(71%, 52%, 0%, 13%) |
| LAB | lab(48.4 23.5 -63.1) |
| LCH | lch(48.4 67.4 290.4) |
| OKLCH | oklch(0.564 0.182 265.2) |
Copy-ready code
/* CSS */
color: #406cdf;
background-color: #406cdf;
/* Tailwind (arbitrary) */
class="text-[#406cdf] bg-[#406cdf]"
/* SCSS */
$brand: #406cdf;
/* SwiftUI */
Color(red: 0.251, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#406cdf")Accessibility — WCAG contrast
Aa
#406cdf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#406cdf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#406cdf text on a black background
contrast 4.43:1
Card sample
#406cdf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #406cdf;
Background color
Panel with #406cdf background
background-color: #406cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #406cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #406cdf; background: linear-gradient(135deg, #406cdf, #7E40DF);