#3229ba
a dark, vivid blue · warm · closest name: navy
RGB
50, 41, 186
HSL
244°, 64%, 45%
CMYK
73, 78, 0, 27
Luminance
0.0581
Every format
| HEX | #3229ba |
| RGB | rgb(50, 41, 186) |
| HSL | hsl(244, 64%, 45%) |
| CMYK | cmyk(73%, 78%, 0%, 27%) |
| LAB | lab(28.9 49.8 -73.7) |
| LCH | lch(28.9 88.9 304.0) |
| OKLCH | oklch(0.409 0.214 274.2) |
Copy-ready code
/* CSS */
color: #3229ba;
background-color: #3229ba;
/* Tailwind (arbitrary) */
class="text-[#3229ba] bg-[#3229ba]"
/* SCSS */
$brand: #3229ba;
/* SwiftUI */
Color(red: 0.196, green: 0.161, blue: 0.729)
/* Android */
Color.parseColor("#3229ba")Accessibility — WCAG contrast
Aa
#3229ba on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3229ba on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green16.1%
Blue72.9%
CMYK percentages
Cyan73.1%
Magenta78.0%
Yellow0.0%
Key (black)27.1%
Color previews
#3229ba text on a black background
contrast 2.16:1
Card sample
#3229ba text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3229ba;
Background color
Panel with #3229ba background
background-color: #3229ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3229ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 41, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 41, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3229ba; background: linear-gradient(135deg, #3229ba, #9329BA);