#3653af
a dark, vivid blue · warm · closest name: royalblue
RGB
54, 83, 175
HSL
226°, 53%, 45%
CMYK
69, 53, 0, 31
Luminance
0.1007
Every format
| HEX | #3653af |
| RGB | rgb(54, 83, 175) |
| HSL | hsl(226, 53%, 45%) |
| CMYK | cmyk(69%, 53%, 0%, 31%) |
| LAB | lab(38.0 20.7 -52.4) |
| LCH | lch(38.0 56.3 291.5) |
| OKLCH | oklch(0.473 0.151 267.2) |
Copy-ready code
/* CSS */
color: #3653af;
background-color: #3653af;
/* Tailwind (arbitrary) */
class="text-[#3653af] bg-[#3653af]"
/* SCSS */
$brand: #3653af;
/* SwiftUI */
Color(red: 0.212, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#3653af")Accessibility — WCAG contrast
Aa
#3653af on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3653af on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green32.5%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3653af text on a black background
contrast 3.01:1
Card sample
#3653af text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3653af;
Background color
Panel with #3653af background
background-color: #3653af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3653af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3653af; background: linear-gradient(135deg, #3653af, #6A36AF);