#222288
a dark, vivid blue · warm · closest name: midnightblue
RGB
34, 34, 136
HSL
240°, 60%, 33%
CMYK
75, 75, 0, 47
Luminance
0.0326
Every format
| HEX | #222288 |
| RGB | rgb(34, 34, 136) |
| HSL | hsl(240, 60%, 33%) |
| CMYK | cmyk(75%, 75%, 0%, 47%) |
| LAB | lab(21.1 35.7 -56.3) |
| LCH | lch(21.1 66.6 302.4) |
| OKLCH | oklch(0.335 0.163 273.2) |
Copy-ready code
/* CSS */
color: #222288;
background-color: #222288;
/* Tailwind (arbitrary) */
class="text-[#222288] bg-[#222288]"
/* SCSS */
$brand: #222288;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.533)
/* Android */
Color.parseColor("#222288")Accessibility — WCAG contrast
Aa
#222288 on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222288 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue53.3%
CMYK percentages
Cyan75.0%
Magenta75.0%
Yellow0.0%
Key (black)46.7%
Color previews
#222288 text on a black background
contrast 1.65:1
Card sample
#222288 text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222288;
Background color
Panel with #222288 background
background-color: #222288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222288; background: linear-gradient(135deg, #222288, #662288);