#3219ae
a dark, vivid blue · warm · closest name: navy
RGB
50, 25, 174
HSL
250°, 75%, 39%
CMYK
71, 86, 0, 32
Luminance
0.0443
Every format
| HEX | #3219ae |
| RGB | rgb(50, 25, 174) |
| HSL | hsl(250, 75%, 39%) |
| CMYK | cmyk(71%, 86%, 0%, 32%) |
| LAB | lab(25.0 53.5 -73.0) |
| LCH | lch(25.0 90.5 306.3) |
| OKLCH | oklch(0.378 0.212 276.7) |
Copy-ready code
/* CSS */
color: #3219ae;
background-color: #3219ae;
/* Tailwind (arbitrary) */
class="text-[#3219ae] bg-[#3219ae]"
/* SCSS */
$brand: #3219ae;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.682)
/* Android */
Color.parseColor("#3219ae")Accessibility — WCAG contrast
Aa
#3219ae on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3219ae on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue68.2%
CMYK percentages
Cyan71.3%
Magenta85.6%
Yellow0.0%
Key (black)31.8%
Color previews
#3219ae text on a black background
contrast 1.89:1
Card sample
#3219ae text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3219ae;
Background color
Panel with #3219ae background
background-color: #3219ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3219ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3219ae; background: linear-gradient(135deg, #3219ae, #9519AE);