#3467df
a balanced, vivid blue · cool · “royalblue”
RGB
52, 103, 223
HSL
222°, 73%, 54%
CMYK
77, 54, 0, 13
Luminance
0.1576
Every format
| HEX | #3467df |
| RGB | rgb(52, 103, 223) |
| HSL | hsl(222, 73%, 54%) |
| CMYK | cmyk(77%, 54%, 0%, 13%) |
| LAB | lab(46.6 25.3 -66.1) |
| LCH | lch(46.6 70.7 290.9) |
| OKLCH | oklch(0.549 0.192 263.8) |
Copy-ready code
/* CSS */
color: #3467df;
background-color: #3467df;
/* Tailwind (arbitrary) */
class="text-[#3467df] bg-[#3467df]"
/* SCSS */
$brand: #3467df;
/* SwiftUI */
Color(red: 0.204, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#3467df")Accessibility — WCAG contrast
Aa
#3467df on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3467df on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green40.4%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#3467df text on a black background
contrast 4.15:1
Card sample
#3467df text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3467df;
Background color
Panel with #3467df background
background-color: #3467df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3467df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3467df; background: linear-gradient(135deg, #3467df, #7334DF);