#22158f
a dark, vivid blue · warm · closest name: navy
RGB
34, 21, 143
HSL
246°, 74%, 32%
CMYK
76, 85, 0, 44
Luminance
0.0286
Every format
| HEX | #22158f |
| RGB | rgb(34, 21, 143) |
| HSL | hsl(246, 74%, 32%) |
| CMYK | cmyk(76%, 85%, 0%, 44%) |
| LAB | lab(19.5 44.9 -63.3) |
| LCH | lch(19.5 77.6 305.4) |
| OKLCH | oklch(0.326 0.183 274.0) |
Copy-ready code
/* CSS */
color: #22158f;
background-color: #22158f;
/* Tailwind (arbitrary) */
class="text-[#22158f] bg-[#22158f]"
/* SCSS */
$brand: #22158f;
/* SwiftUI */
Color(red: 0.133, green: 0.082, blue: 0.561)
/* Android */
Color.parseColor("#22158f")Accessibility — WCAG contrast
Aa
#22158f on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22158f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green8.2%
Blue56.1%
CMYK percentages
Cyan76.2%
Magenta85.3%
Yellow0.0%
Key (black)43.9%
Color previews
#22158f text on a black background
contrast 1.57:1
Card sample
#22158f text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22158f;
Background color
Panel with #22158f background
background-color: #22158f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22158f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 21, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 21, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22158f; background: linear-gradient(135deg, #22158f, #74158F);