#221177
a dark, electric blue · warm · closest name: midnightblue
RGB
34, 17, 119
HSL
250°, 75%, 27%
CMYK
71, 86, 0, 53
Luminance
0.0207
Every format
| HEX | #221177 |
| RGB | rgb(34, 17, 119) |
| HSL | hsl(250, 75%, 27%) |
| CMYK | cmyk(71%, 86%, 0%, 53%) |
| LAB | lab(15.9 39.3 -54.1) |
| LCH | lch(15.9 66.8 306.0) |
| OKLCH | oklch(0.292 0.158 277.9) |
Copy-ready code
/* CSS */
color: #221177;
background-color: #221177;
/* Tailwind (arbitrary) */
class="text-[#221177] bg-[#221177]"
/* SCSS */
$brand: #221177;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.467)
/* Android */
Color.parseColor("#221177")Accessibility — WCAG contrast
Aa
#221177 on white: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221177 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta85.7%
Yellow0.0%
Key (black)53.3%
Color previews
#221177 text on a black background
contrast 1.41:1
Card sample
#221177 text on a white background
contrast 14.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221177;
Background color
Panel with #221177 background
background-color: #221177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221177; background: linear-gradient(135deg, #221177, #661177);