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