#353eb0
a dark, vivid blue · warm · closest name: slateblue
RGB
53, 62, 176
HSL
236°, 54%, 45%
CMYK
70, 65, 0, 31
Luminance
0.0734
Every format
| HEX | #353eb0 |
| RGB | rgb(53, 62, 176) |
| HSL | hsl(236, 54%, 45%) |
| CMYK | cmyk(70%, 65%, 0%, 31%) |
| LAB | lab(32.6 34.5 -61.8) |
| LCH | lch(32.6 70.8 299.2) |
| OKLCH | oklch(0.433 0.178 272.8) |
Copy-ready code
/* CSS */
color: #353eb0;
background-color: #353eb0;
/* Tailwind (arbitrary) */
class="text-[#353eb0] bg-[#353eb0]"
/* SCSS */
$brand: #353eb0;
/* SwiftUI */
Color(red: 0.208, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#353eb0")Accessibility — WCAG contrast
Aa
#353eb0 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353eb0 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green24.3%
Blue69.0%
CMYK percentages
Cyan69.9%
Magenta64.8%
Yellow0.0%
Key (black)31.0%
Color previews
#353eb0 text on a black background
contrast 2.47:1
Card sample
#353eb0 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353eb0;
Background color
Panel with #353eb0 background
background-color: #353eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353eb0; background: linear-gradient(135deg, #353eb0, #7E35B0);