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