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