#20175c
a deep, vivid blue · warm · closest name: midnightblue
RGB
32, 23, 92
HSL
248°, 60%, 23%
CMYK
65, 75, 0, 64
Luminance
0.0169
Every format
| HEX | #20175c |
| RGB | rgb(32, 23, 92) |
| HSL | hsl(248, 60%, 23%) |
| CMYK | cmyk(65%, 75%, 0%, 64%) |
| LAB | lab(13.8 26.7 -39.8) |
| LCH | lch(13.8 47.9 303.8) |
| OKLCH | oklch(0.268 0.117 281.0) |
Copy-ready code
/* CSS */
color: #20175c;
background-color: #20175c;
/* Tailwind (arbitrary) */
class="text-[#20175c] bg-[#20175c]"
/* SCSS */
$brand: #20175c;
/* SwiftUI */
Color(red: 0.125, green: 0.090, blue: 0.361)
/* Android */
Color.parseColor("#20175c")Accessibility — WCAG contrast
Aa
#20175c on white: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20175c on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green9.0%
Blue36.1%
CMYK percentages
Cyan65.2%
Magenta75.0%
Yellow0.0%
Key (black)63.9%
Color previews
#20175c text on a black background
contrast 1.34:1
Card sample
#20175c text on a white background
contrast 15.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20175c;
Background color
Panel with #20175c background
background-color: #20175c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20175c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 23, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 23, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20175c; background: linear-gradient(135deg, #20175c, #4E175C);