#21167a
a dark, vivid blue · warm · closest name: midnightblue
RGB
33, 22, 122
HSL
247°, 69%, 28%
CMYK
73, 82, 0, 52
Luminance
0.0230
Every format
| HEX | #21167a |
| RGB | rgb(33, 22, 122) |
| HSL | hsl(247, 69%, 28%) |
| CMYK | cmyk(73%, 82%, 0%, 52%) |
| LAB | lab(17.0 37.6 -54.1) |
| LCH | lch(17.0 65.9 304.8) |
| OKLCH | oklch(0.301 0.157 276.2) |
Copy-ready code
/* CSS */
color: #21167a;
background-color: #21167a;
/* Tailwind (arbitrary) */
class="text-[#21167a] bg-[#21167a]"
/* SCSS */
$brand: #21167a;
/* SwiftUI */
Color(red: 0.129, green: 0.086, blue: 0.478)
/* Android */
Color.parseColor("#21167a")Accessibility — WCAG contrast
Aa
#21167a on white: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#21167a on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green8.6%
Blue47.8%
CMYK percentages
Cyan73.0%
Magenta82.0%
Yellow0.0%
Key (black)52.2%
Color previews
#21167a text on a black background
contrast 1.46:1
Card sample
#21167a text on a white background
contrast 14.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #21167a;
Background color
Panel with #21167a background
background-color: #21167a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #21167a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 22, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 22, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #21167a; background: linear-gradient(135deg, #21167a, #64167A);