#352b64
a dark, soft blue · warm · closest name: midnightblue
RGB
53, 43, 100
HSL
251°, 40%, 28%
CMYK
47, 57, 0, 61
Luminance
0.0340
Every format
| HEX | #352b64 |
| RGB | rgb(53, 43, 100) |
| HSL | hsl(251, 40%, 28%) |
| CMYK | cmyk(47%, 57%, 0%, 61%) |
| LAB | lab(21.6 20.6 -32.3) |
| LCH | lch(21.6 38.3 302.5) |
| OKLCH | oklch(0.333 0.097 288.0) |
Copy-ready code
/* CSS */
color: #352b64;
background-color: #352b64;
/* Tailwind (arbitrary) */
class="text-[#352b64] bg-[#352b64]"
/* SCSS */
$brand: #352b64;
/* SwiftUI */
Color(red: 0.208, green: 0.169, blue: 0.392)
/* Android */
Color.parseColor("#352b64")Accessibility — WCAG contrast
Aa
#352b64 on white: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352b64 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green16.9%
Blue39.2%
CMYK percentages
Cyan47.0%
Magenta57.0%
Yellow0.0%
Key (black)60.8%
Color previews
#352b64 text on a black background
contrast 1.68:1
Card sample
#352b64 text on a white background
contrast 12.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352b64;
Background color
Panel with #352b64 background
background-color: #352b64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352b64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 43, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 43, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352b64; background: linear-gradient(135deg, #352b64, #5B2B64);