#202062
a dark, vivid blue · warm · closest name: midnightblue
RGB
32, 32, 98
HSL
240°, 51%, 26%
CMYK
67, 67, 0, 62
Luminance
0.0222
Every format
| HEX | #202062 |
| RGB | rgb(32, 32, 98) |
| HSL | hsl(240, 51%, 26%) |
| CMYK | cmyk(67%, 67%, 0%, 62%) |
| LAB | lab(16.6 22.8 -39.1) |
| LCH | lch(16.6 45.3 300.2) |
| OKLCH | oklch(0.290 0.114 276.7) |
Copy-ready code
/* CSS */
color: #202062;
background-color: #202062;
/* Tailwind (arbitrary) */
class="text-[#202062] bg-[#202062]"
/* SCSS */
$brand: #202062;
/* SwiftUI */
Color(red: 0.125, green: 0.125, blue: 0.384)
/* Android */
Color.parseColor("#202062")Accessibility — WCAG contrast
Aa
#202062 on white: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202062 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green12.5%
Blue38.4%
CMYK percentages
Cyan67.3%
Magenta67.3%
Yellow0.0%
Key (black)61.6%
Color previews
#202062 text on a black background
contrast 1.44:1
Card sample
#202062 text on a white background
contrast 14.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202062;
Background color
Panel with #202062 background
background-color: #202062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 32, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 32, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202062; background: linear-gradient(135deg, #202062, #4C2062);