#221452
a deep, vivid blue · warm · closest name: midnightblue
RGB
34, 20, 82
HSL
254°, 61%, 20%
CMYK
59, 76, 0, 68
Luminance
0.0145
Every format
| HEX | #221452 |
| RGB | rgb(34, 20, 82) |
| HSL | hsl(254, 61%, 20%) |
| CMYK | cmyk(59%, 76%, 0%, 68%) |
| LAB | lab(12.3 25.4 -35.5) |
| LCH | lch(12.3 43.6 305.6) |
| OKLCH | oklch(0.255 0.106 286.5) |
Copy-ready code
/* CSS */
color: #221452;
background-color: #221452;
/* Tailwind (arbitrary) */
class="text-[#221452] bg-[#221452]"
/* SCSS */
$brand: #221452;
/* SwiftUI */
Color(red: 0.133, green: 0.078, blue: 0.322)
/* Android */
Color.parseColor("#221452")Accessibility — WCAG contrast
Aa
#221452 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221452 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green7.8%
Blue32.2%
CMYK percentages
Cyan58.5%
Magenta75.6%
Yellow0.0%
Key (black)67.8%
Color previews
#221452 text on a black background
contrast 1.29:1
Card sample
#221452 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221452;
Background color
Panel with #221452 background
background-color: #221452;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221452;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 20, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 20, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221452; background: linear-gradient(135deg, #221452, #4B1452);