#3232ab
a dark, vivid blue · warm · closest name: slateblue
RGB
50, 50, 171
HSL
240°, 55%, 43%
CMYK
71, 71, 0, 33
Luminance
0.0590
Every format
| HEX | #3232ab |
| RGB | rgb(50, 50, 171) |
| HSL | hsl(240, 55%, 43%) |
| CMYK | cmyk(71%, 71%, 0%, 33%) |
| LAB | lab(29.2 39.9 -64.3) |
| LCH | lch(29.2 75.7 301.8) |
| OKLCH | oklch(0.406 0.186 274.3) |
Copy-ready code
/* CSS */
color: #3232ab;
background-color: #3232ab;
/* Tailwind (arbitrary) */
class="text-[#3232ab] bg-[#3232ab]"
/* SCSS */
$brand: #3232ab;
/* SwiftUI */
Color(red: 0.196, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#3232ab")Accessibility — WCAG contrast
Aa
#3232ab on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3232ab on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green19.6%
Blue67.1%
CMYK percentages
Cyan70.8%
Magenta70.8%
Yellow0.0%
Key (black)32.9%
Color previews
#3232ab text on a black background
contrast 2.18:1
Card sample
#3232ab text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3232ab;
Background color
Panel with #3232ab background
background-color: #3232ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3232ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3232ab; background: linear-gradient(135deg, #3232ab, #8332AB);