#22568b
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 86, 139
HSL
210°, 61%, 34%
CMYK
76, 38, 0, 46
Luminance
0.0886
Every format
| HEX | #22568b |
| RGB | rgb(34, 86, 139) |
| HSL | hsl(210, 61%, 34%) |
| CMYK | cmyk(76%, 38%, 0%, 46%) |
| LAB | lab(35.7 2.0 -34.4) |
| LCH | lch(35.7 34.5 273.3) |
| OKLCH | oklch(0.446 0.103 251.6) |
Copy-ready code
/* CSS */
color: #22568b;
background-color: #22568b;
/* Tailwind (arbitrary) */
class="text-[#22568b] bg-[#22568b]"
/* SCSS */
$brand: #22568b;
/* SwiftUI */
Color(red: 0.133, green: 0.337, blue: 0.545)
/* Android */
Color.parseColor("#22568b")Accessibility — WCAG contrast
Aa
#22568b on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22568b on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green33.7%
Blue54.5%
CMYK percentages
Cyan75.5%
Magenta38.1%
Yellow0.0%
Key (black)45.5%
Color previews
#22568b text on a black background
contrast 2.77:1
Card sample
#22568b text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22568b;
Background color
Panel with #22568b background
background-color: #22568b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22568b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 86, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 86, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22568b; background: linear-gradient(135deg, #22568b, #34228B);