#201848
a deep, vivid blue · warm · closest name: midnightblue
RGB
32, 24, 72
HSL
250°, 50%, 19%
CMYK
56, 67, 0, 72
Luminance
0.0143
Every format
| HEX | #201848 |
| RGB | rgb(32, 24, 72) |
| HSL | hsl(250, 50%, 19%) |
| CMYK | cmyk(56%, 67%, 0%, 72%) |
| LAB | lab(12.1 18.8 -28.8) |
| LCH | lch(12.1 34.4 303.1) |
| OKLCH | oklch(0.251 0.086 286.1) |
Copy-ready code
/* CSS */
color: #201848;
background-color: #201848;
/* Tailwind (arbitrary) */
class="text-[#201848] bg-[#201848]"
/* SCSS */
$brand: #201848;
/* SwiftUI */
Color(red: 0.125, green: 0.094, blue: 0.282)
/* Android */
Color.parseColor("#201848")Accessibility — WCAG contrast
Aa
#201848 on white: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201848 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green9.4%
Blue28.2%
CMYK percentages
Cyan55.6%
Magenta66.7%
Yellow0.0%
Key (black)71.8%
Color previews
#201848 text on a black background
contrast 1.29:1
Card sample
#201848 text on a white background
contrast 16.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201848;
Background color
Panel with #201848 background
background-color: #201848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 24, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 24, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201848; background: linear-gradient(135deg, #201848, #401848);