#425cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
66, 92, 223
HSL
230°, 71%, 57%
CMYK
70, 59, 0, 13
Luminance
0.1414
Every format
| HEX | #425cdf |
| RGB | rgb(66, 92, 223) |
| HSL | hsl(230, 71%, 57%) |
| CMYK | cmyk(70%, 59%, 0%, 13%) |
| LAB | lab(44.4 33.9 -69.7) |
| LCH | lch(44.4 77.4 295.9) |
| OKLCH | oklch(0.534 0.201 269.7) |
Copy-ready code
/* CSS */
color: #425cdf;
background-color: #425cdf;
/* Tailwind (arbitrary) */
class="text-[#425cdf] bg-[#425cdf]"
/* SCSS */
$brand: #425cdf;
/* SwiftUI */
Color(red: 0.259, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#425cdf")Accessibility — WCAG contrast
Aa
#425cdf on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#425cdf on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#425cdf text on a black background
contrast 3.83:1
Card sample
#425cdf text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #425cdf;
Background color
Panel with #425cdf background
background-color: #425cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #425cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #425cdf; background: linear-gradient(135deg, #425cdf, #9142DF);