#4174df
a balanced, vivid blue · cool · closest name: royalblue
RGB
65, 116, 223
HSL
221°, 71%, 57%
CMYK
71, 48, 0, 13
Luminance
0.1894
Every format
| HEX | #4174df |
| RGB | rgb(65, 116, 223) |
| HSL | hsl(221, 71%, 57%) |
| CMYK | cmyk(71%, 48%, 0%, 13%) |
| LAB | lab(50.6 18.6 -59.6) |
| LCH | lch(50.6 62.5 287.4) |
| OKLCH | oklch(0.581 0.172 263.0) |
Copy-ready code
/* CSS */
color: #4174df;
background-color: #4174df;
/* Tailwind (arbitrary) */
class="text-[#4174df] bg-[#4174df]"
/* SCSS */
$brand: #4174df;
/* SwiftUI */
Color(red: 0.255, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#4174df")Accessibility — WCAG contrast
Aa
#4174df on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4174df on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green45.5%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4174df text on a black background
contrast 4.79:1
Card sample
#4174df text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4174df;
Background color
Panel with #4174df background
background-color: #4174df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4174df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4174df; background: linear-gradient(135deg, #4174df, #7741DF);