#201839
a deep, soft blue · warm · closest name: black
RGB
32, 24, 57
HSL
255°, 41%, 16%
CMYK
44, 58, 0, 78
Luminance
0.0126
Every format
| HEX | #201839 |
| RGB | rgb(32, 24, 57) |
| HSL | hsl(255, 41%, 16%) |
| CMYK | cmyk(44%, 58%, 0%, 78%) |
| LAB | lab(11.0 13.5 -20.1) |
| LCH | lch(11.0 24.3 303.9) |
| OKLCH | oklch(0.238 0.061 292.2) |
Copy-ready code
/* CSS */
color: #201839;
background-color: #201839;
/* Tailwind (arbitrary) */
class="text-[#201839] bg-[#201839]"
/* SCSS */
$brand: #201839;
/* SwiftUI */
Color(red: 0.125, green: 0.094, blue: 0.224)
/* Android */
Color.parseColor("#201839")Accessibility — WCAG contrast
Aa
#201839 on white: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201839 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green9.4%
Blue22.4%
CMYK percentages
Cyan43.9%
Magenta57.9%
Yellow0.0%
Key (black)77.6%
Color previews
#201839 text on a black background
contrast 1.25:1
Card sample
#201839 text on a white background
contrast 16.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201839;
Background color
Panel with #201839 background
background-color: #201839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 24, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 24, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201839; background: linear-gradient(135deg, #201839, #361839);