#3572df
a balanced, vivid blue · cool · closest name: royalblue
RGB
53, 114, 223
HSL
219°, 73%, 54%
CMYK
76, 49, 0, 13
Luminance
0.1812
Every format
| HEX | #3572df |
| RGB | rgb(53, 114, 223) |
| HSL | hsl(219, 73%, 54%) |
| CMYK | cmyk(76%, 49%, 0%, 13%) |
| LAB | lab(49.6 18.4 -61.2) |
| LCH | lch(49.6 63.9 286.7) |
| OKLCH | oklch(0.572 0.178 261.0) |
Copy-ready code
/* CSS */
color: #3572df;
background-color: #3572df;
/* Tailwind (arbitrary) */
class="text-[#3572df] bg-[#3572df]"
/* SCSS */
$brand: #3572df;
/* SwiftUI */
Color(red: 0.208, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#3572df")Accessibility — WCAG contrast
Aa
#3572df on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3572df on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green44.7%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3572df text on a black background
contrast 4.62:1
Card sample
#3572df text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3572df;
Background color
Panel with #3572df background
background-color: #3572df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3572df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3572df; background: linear-gradient(135deg, #3572df, #6935DF);