#221165
a deep, vivid blue · warm · closest name: midnightblue
RGB
34, 17, 101
HSL
252°, 71%, 23%
CMYK
66, 83, 0, 60
Luminance
0.0168
Every format
| HEX | #221165 |
| RGB | rgb(34, 17, 101) |
| HSL | hsl(252, 71%, 23%) |
| CMYK | cmyk(66%, 83%, 0%, 60%) |
| LAB | lab(13.7 33.5 -45.9) |
| LCH | lch(13.7 56.8 306.2) |
| OKLCH | oklch(0.271 0.135 281.8) |
Copy-ready code
/* CSS */
color: #221165;
background-color: #221165;
/* Tailwind (arbitrary) */
class="text-[#221165] bg-[#221165]"
/* SCSS */
$brand: #221165;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.396)
/* Android */
Color.parseColor("#221165")Accessibility — WCAG contrast
Aa
#221165 on white: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221165 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue39.6%
CMYK percentages
Cyan66.3%
Magenta83.2%
Yellow0.0%
Key (black)60.4%
Color previews
#221165 text on a black background
contrast 1.34:1
Card sample
#221165 text on a white background
contrast 15.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221165;
Background color
Panel with #221165 background
background-color: #221165;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221165;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221165; background: linear-gradient(135deg, #221165, #5A1165);