#353586
a dark, soft blue · warm · closest name: midnightblue
RGB
53, 53, 134
HSL
240°, 43%, 37%
CMYK
60, 60, 0, 48
Luminance
0.0502
Every format
| HEX | #353586 |
| RGB | rgb(53, 53, 134) |
| HSL | hsl(240, 43%, 37%) |
| CMYK | cmyk(60%, 60%, 0%, 48%) |
| LAB | lab(26.8 25.5 -45.6) |
| LCH | lch(26.8 52.2 299.2) |
| OKLCH | oklch(0.379 0.132 278.0) |
Copy-ready code
/* CSS */
color: #353586;
background-color: #353586;
/* Tailwind (arbitrary) */
class="text-[#353586] bg-[#353586]"
/* SCSS */
$brand: #353586;
/* SwiftUI */
Color(red: 0.208, green: 0.208, blue: 0.525)
/* Android */
Color.parseColor("#353586")Accessibility — WCAG contrast
Aa
#353586 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353586 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.8%
Blue52.5%
CMYK percentages
Cyan60.4%
Magenta60.4%
Yellow0.0%
Key (black)47.5%
Color previews
#353586 text on a black background
contrast 2.00:1
Card sample
#353586 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353586;
Background color
Panel with #353586 background
background-color: #353586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 53, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 53, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353586; background: linear-gradient(135deg, #353586, #6B3586);