#323253
a dark, soft blue · warm · closest name: darkslategray
RGB
50, 50, 83
HSL
240°, 25%, 26%
CMYK
40, 40, 0, 68
Luminance
0.0358
Every format
| HEX | #323253 |
| RGB | rgb(50, 50, 83) |
| HSL | hsl(240, 25%, 26%) |
| CMYK | cmyk(40%, 40%, 0%, 68%) |
| LAB | lab(22.2 9.3 -20.1) |
| LCH | lch(22.2 22.1 294.9) |
| OKLCH | oklch(0.333 0.058 282.8) |
Copy-ready code
/* CSS */
color: #323253;
background-color: #323253;
/* Tailwind (arbitrary) */
class="text-[#323253] bg-[#323253]"
/* SCSS */
$brand: #323253;
/* SwiftUI */
Color(red: 0.196, green: 0.196, blue: 0.325)
/* Android */
Color.parseColor("#323253")Accessibility — WCAG contrast
Aa
#323253 on white: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323253 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green19.6%
Blue32.5%
CMYK percentages
Cyan39.8%
Magenta39.8%
Yellow0.0%
Key (black)67.5%
Color previews
#323253 text on a black background
contrast 1.72:1
Card sample
#323253 text on a white background
contrast 12.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323253;
Background color
Panel with #323253 background
background-color: #323253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 50, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 50, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323253; background: linear-gradient(135deg, #323253, #483253);