#3232ba
a balanced, vivid blue · warm · closest name: navy
RGB
50, 50, 186
HSL
240°, 58%, 46%
CMYK
73, 73, 0, 27
Luminance
0.0650
Every format
| HEX | #3232ba |
| RGB | rgb(50, 50, 186) |
| HSL | hsl(240, 58%, 46%) |
| CMYK | cmyk(73%, 73%, 0%, 27%) |
| LAB | lab(30.6 44.9 -70.8) |
| LCH | lch(30.6 83.9 302.4) |
| OKLCH | oklch(0.421 0.205 273.2) |
Copy-ready code
/* CSS */
color: #3232ba;
background-color: #3232ba;
/* Tailwind (arbitrary) */
class="text-[#3232ba] bg-[#3232ba]"
/* SCSS */
$brand: #3232ba;
/* SwiftUI */
Color(red: 0.196, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#3232ba")Accessibility — WCAG contrast
Aa
#3232ba on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3232ba on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green19.6%
Blue72.9%
CMYK percentages
Cyan73.1%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#3232ba text on a black background
contrast 2.30:1
Card sample
#3232ba text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3232ba;
Background color
Panel with #3232ba background
background-color: #3232ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3232ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3232ba; background: linear-gradient(135deg, #3232ba, #8D32BA);