#4232b2
a dark, vivid blue · warm · closest name: indigo
RGB
66, 50, 178
HSL
248°, 56%, 45%
CMYK
63, 72, 0, 30
Luminance
0.0665
Every format
| HEX | #4232b2 |
| RGB | rgb(66, 50, 178) |
| HSL | hsl(248, 56%, 45%) |
| CMYK | cmyk(63%, 72%, 0%, 30%) |
| LAB | lab(31.0 44.1 -65.5) |
| LCH | lch(31.0 79.0 304.0) |
| OKLCH | oklch(0.424 0.192 280.0) |
Copy-ready code
/* CSS */
color: #4232b2;
background-color: #4232b2;
/* Tailwind (arbitrary) */
class="text-[#4232b2] bg-[#4232b2]"
/* SCSS */
$brand: #4232b2;
/* SwiftUI */
Color(red: 0.259, green: 0.196, blue: 0.698)
/* Android */
Color.parseColor("#4232b2")Accessibility — WCAG contrast
Aa
#4232b2 on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4232b2 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green19.6%
Blue69.8%
CMYK percentages
Cyan62.9%
Magenta71.9%
Yellow0.0%
Key (black)30.2%
Color previews
#4232b2 text on a black background
contrast 2.33:1
Card sample
#4232b2 text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4232b2;
Background color
Panel with #4232b2 background
background-color: #4232b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4232b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 50, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 50, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4232b2; background: linear-gradient(135deg, #4232b2, #9732B2);