#3232cd
a balanced, vivid blue · warm · closest name: navy
RGB
50, 50, 205
HSL
240°, 61%, 50%
CMYK
76, 76, 0, 20
Luminance
0.0737
Every format
| HEX | #3232cd |
| RGB | rgb(50, 50, 205) |
| HSL | hsl(240, 61%, 50%) |
| CMYK | cmyk(76%, 76%, 0%, 20%) |
| LAB | lab(32.6 51.1 -78.7) |
| LCH | lch(32.6 93.8 303.0) |
| OKLCH | oklch(0.441 0.228 272.0) |
Copy-ready code
/* CSS */
color: #3232cd;
background-color: #3232cd;
/* Tailwind (arbitrary) */
class="text-[#3232cd] bg-[#3232cd]"
/* SCSS */
$brand: #3232cd;
/* SwiftUI */
Color(red: 0.196, green: 0.196, blue: 0.804)
/* Android */
Color.parseColor("#3232cd")Accessibility — WCAG contrast
Aa
#3232cd on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3232cd on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green19.6%
Blue80.4%
CMYK percentages
Cyan75.6%
Magenta75.6%
Yellow0.0%
Key (black)19.6%
Color previews
#3232cd text on a black background
contrast 2.47:1
Card sample
#3232cd text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3232cd;
Background color
Panel with #3232cd background
background-color: #3232cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3232cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 50, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 50, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3232cd; background: linear-gradient(135deg, #3232cd, #9932CD);