#353eb2
a balanced, vivid blue · warm · closest name: slateblue
RGB
53, 62, 178
HSL
236°, 54%, 45%
CMYK
70, 65, 0, 30
Luminance
0.0742
Every format
| HEX | #353eb2 |
| RGB | rgb(53, 62, 178) |
| HSL | hsl(236, 54%, 45%) |
| CMYK | cmyk(70%, 65%, 0%, 30%) |
| LAB | lab(32.7 35.2 -62.6) |
| LCH | lch(32.7 71.9 299.4) |
| OKLCH | oklch(0.434 0.181 272.7) |
Copy-ready code
/* CSS */
color: #353eb2;
background-color: #353eb2;
/* Tailwind (arbitrary) */
class="text-[#353eb2] bg-[#353eb2]"
/* SCSS */
$brand: #353eb2;
/* SwiftUI */
Color(red: 0.208, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#353eb2")Accessibility — WCAG contrast
Aa
#353eb2 on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353eb2 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green24.3%
Blue69.8%
CMYK percentages
Cyan70.2%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#353eb2 text on a black background
contrast 2.48:1
Card sample
#353eb2 text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353eb2;
Background color
Panel with #353eb2 background
background-color: #353eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353eb2; background: linear-gradient(135deg, #353eb2, #7F35B2);