#4574df
a balanced, vivid blue · cool · closest name: royalblue
RGB
69, 116, 223
HSL
222°, 71%, 57%
CMYK
69, 48, 0, 13
Luminance
0.1908
Every format
| HEX | #4574df |
| RGB | rgb(69, 116, 223) |
| HSL | hsl(222, 71%, 57%) |
| CMYK | cmyk(69%, 48%, 0%, 13%) |
| LAB | lab(50.8 19.2 -59.4) |
| LCH | lch(50.8 62.4 287.9) |
| OKLCH | oklch(0.582 0.171 264.0) |
Copy-ready code
/* CSS */
color: #4574df;
background-color: #4574df;
/* Tailwind (arbitrary) */
class="text-[#4574df] bg-[#4574df]"
/* SCSS */
$brand: #4574df;
/* SwiftUI */
Color(red: 0.271, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#4574df")Accessibility — WCAG contrast
Aa
#4574df on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4574df on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green45.5%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4574df text on a black background
contrast 4.82:1
Card sample
#4574df text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4574df;
Background color
Panel with #4574df background
background-color: #4574df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4574df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4574df; background: linear-gradient(135deg, #4574df, #7D45DF);