#35355f
a dark, soft blue · warm · closest name: midnightblue
RGB
53, 53, 95
HSL
240°, 28%, 29%
CMYK
44, 44, 0, 63
Luminance
0.0413
Every format
| HEX | #35355f |
| RGB | rgb(53, 53, 95) |
| HSL | hsl(240, 28%, 29%) |
| CMYK | cmyk(44%, 44%, 0%, 63%) |
| LAB | lab(24.1 12.1 -25.1) |
| LCH | lch(24.1 27.8 295.7) |
| OKLCH | oklch(0.350 0.072 282.0) |
Copy-ready code
/* CSS */
color: #35355f;
background-color: #35355f;
/* Tailwind (arbitrary) */
class="text-[#35355f] bg-[#35355f]"
/* SCSS */
$brand: #35355f;
/* SwiftUI */
Color(red: 0.208, green: 0.208, blue: 0.373)
/* Android */
Color.parseColor("#35355f")Accessibility — WCAG contrast
Aa
#35355f on white: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35355f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.8%
Blue37.3%
CMYK percentages
Cyan44.2%
Magenta44.2%
Yellow0.0%
Key (black)62.7%
Color previews
#35355f text on a black background
contrast 1.83:1
Card sample
#35355f text on a white background
contrast 11.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35355f;
Background color
Panel with #35355f background
background-color: #35355f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35355f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 53, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 53, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35355f; background: linear-gradient(135deg, #35355f, #51355F);