#3463df
a balanced, vivid blue · cool · closest name: royalblue
RGB
52, 99, 223
HSL
224°, 73%, 54%
CMYK
77, 56, 0, 13
Luminance
0.1498
Every format
| HEX | #3463df |
| RGB | rgb(52, 99, 223) |
| HSL | hsl(224, 73%, 54%) |
| CMYK | cmyk(77%, 56%, 0%, 13%) |
| LAB | lab(45.6 27.8 -67.8) |
| LCH | lch(45.6 73.3 292.3) |
| OKLCH | oklch(0.541 0.196 264.8) |
Copy-ready code
/* CSS */
color: #3463df;
background-color: #3463df;
/* Tailwind (arbitrary) */
class="text-[#3463df] bg-[#3463df]"
/* SCSS */
$brand: #3463df;
/* SwiftUI */
Color(red: 0.204, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#3463df")Accessibility — WCAG contrast
Aa
#3463df on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3463df on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green38.8%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#3463df text on a black background
contrast 4.00:1
Card sample
#3463df text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3463df;
Background color
Panel with #3463df background
background-color: #3463df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3463df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3463df; background: linear-gradient(135deg, #3463df, #7734DF);