#222a77
a dark, vivid blue · warm · closest name: midnightblue
RGB
34, 42, 119
HSL
234°, 56%, 30%
CMYK
71, 65, 0, 53
Luminance
0.0333
Every format
| HEX | #222a77 |
| RGB | rgb(34, 42, 119) |
| HSL | hsl(234, 56%, 30%) |
| CMYK | cmyk(71%, 65%, 0%, 53%) |
| LAB | lab(21.3 24.2 -45.1) |
| LCH | lch(21.3 51.2 298.2) |
| OKLCH | oklch(0.331 0.130 272.5) |
Copy-ready code
/* CSS */
color: #222a77;
background-color: #222a77;
/* Tailwind (arbitrary) */
class="text-[#222a77] bg-[#222a77]"
/* SCSS */
$brand: #222a77;
/* SwiftUI */
Color(red: 0.133, green: 0.165, blue: 0.467)
/* Android */
Color.parseColor("#222a77")Accessibility — WCAG contrast
Aa
#222a77 on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222a77 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green16.5%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta64.7%
Yellow0.0%
Key (black)53.3%
Color previews
#222a77 text on a black background
contrast 1.67:1
Card sample
#222a77 text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222a77;
Background color
Panel with #222a77 background
background-color: #222a77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222a77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 42, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 42, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222a77; background: linear-gradient(135deg, #222a77, #532277);