#222255
a deep, soft blue · warm · closest name: midnightblue
RGB
34, 34, 85
HSL
240°, 43%, 23%
CMYK
60, 60, 0, 67
Luminance
0.0214
Every format
| HEX | #222255 |
| RGB | rgb(34, 34, 85) |
| HSL | hsl(240, 43%, 23%) |
| CMYK | cmyk(60%, 60%, 0%, 67%) |
| LAB | lab(16.2 16.9 -31.1) |
| LCH | lch(16.2 35.4 298.5) |
| OKLCH | oklch(0.284 0.090 279.0) |
Copy-ready code
/* CSS */
color: #222255;
background-color: #222255;
/* Tailwind (arbitrary) */
class="text-[#222255] bg-[#222255]"
/* SCSS */
$brand: #222255;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#222255")Accessibility — WCAG contrast
Aa
#222255 on white: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222255 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue33.3%
CMYK percentages
Cyan60.0%
Magenta60.0%
Yellow0.0%
Key (black)66.7%
Color previews
#222255 text on a black background
contrast 1.43:1
Card sample
#222255 text on a white background
contrast 14.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222255;
Background color
Panel with #222255 background
background-color: #222255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222255; background: linear-gradient(135deg, #222255, #442255);