#222299
a dark, vivid blue · warm · closest name: navy
RGB
34, 34, 153
HSL
240°, 64%, 37%
CMYK
78, 78, 0, 40
Luminance
0.0378
Every format
| HEX | #222299 |
| RGB | rgb(34, 34, 153) |
| HSL | hsl(240, 64%, 37%) |
| CMYK | cmyk(78%, 78%, 0%, 40%) |
| LAB | lab(22.9 41.5 -63.7) |
| LCH | lch(22.9 76.0 303.1) |
| OKLCH | oklch(0.353 0.184 271.8) |
Copy-ready code
/* CSS */
color: #222299;
background-color: #222299;
/* Tailwind (arbitrary) */
class="text-[#222299] bg-[#222299]"
/* SCSS */
$brand: #222299;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#222299")Accessibility — WCAG contrast
Aa
#222299 on white: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222299 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue60.0%
CMYK percentages
Cyan77.8%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#222299 text on a black background
contrast 1.76:1
Card sample
#222299 text on a white background
contrast 11.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222299;
Background color
Panel with #222299 background
background-color: #222299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222299; background: linear-gradient(135deg, #222299, #712299);