#354ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
53, 74, 222
HSL
233°, 72%, 54%
CMYK
76, 67, 0, 13
Luminance
0.1093
Every format
| HEX | #354ade |
| RGB | rgb(53, 74, 222) |
| HSL | hsl(233, 72%, 54%) |
| CMYK | cmyk(76%, 67%, 0%, 13%) |
| LAB | lab(39.5 43.2 -77.3) |
| LCH | lch(39.5 88.5 299.2) |
| OKLCH | oklch(0.495 0.224 269.5) |
Copy-ready code
/* CSS */
color: #354ade;
background-color: #354ade;
/* Tailwind (arbitrary) */
class="text-[#354ade] bg-[#354ade]"
/* SCSS */
$brand: #354ade;
/* SwiftUI */
Color(red: 0.208, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#354ade")Accessibility — WCAG contrast
Aa
#354ade on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#354ade on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green29.0%
Blue87.1%
CMYK percentages
Cyan76.1%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#354ade text on a black background
contrast 3.19:1
Card sample
#354ade text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354ade;
Background color
Panel with #354ade background
background-color: #354ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354ade; background: linear-gradient(135deg, #354ade, #9035DE);