#22445e
a dark, vivid blue · cool · closest name: darkslategray
RGB
34, 68, 94
HSL
206°, 47%, 25%
CMYK
64, 28, 0, 63
Luminance
0.0528
Every format
| HEX | #22445e |
| RGB | rgb(34, 68, 94) |
| HSL | hsl(206, 47%, 25%) |
| CMYK | cmyk(64%, 28%, 0%, 63%) |
| LAB | lab(27.5 -3.5 -19.1) |
| LCH | lch(27.5 19.4 259.7) |
| OKLCH | oklch(0.373 0.060 243.5) |
Copy-ready code
/* CSS */
color: #22445e;
background-color: #22445e;
/* Tailwind (arbitrary) */
class="text-[#22445e] bg-[#22445e]"
/* SCSS */
$brand: #22445e;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.369)
/* Android */
Color.parseColor("#22445e")Accessibility — WCAG contrast
Aa
#22445e on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22445e on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue36.9%
CMYK percentages
Cyan63.8%
Magenta27.7%
Yellow0.0%
Key (black)63.1%
Color previews
#22445e text on a black background
contrast 2.06:1
Card sample
#22445e text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22445e;
Background color
Panel with #22445e background
background-color: #22445e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22445e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22445e; background: linear-gradient(135deg, #22445e, #28225E);