#432ad5
a balanced, vivid blue · warm · closest name: navy
RGB
67, 42, 213
HSL
249°, 67%, 50%
CMYK
69, 80, 0, 17
Luminance
0.0765
Every format
| HEX | #432ad5 |
| RGB | rgb(67, 42, 213) |
| HSL | hsl(249, 67%, 50%) |
| CMYK | cmyk(69%, 80%, 0%, 17%) |
| LAB | lab(33.3 58.8 -82.3) |
| LCH | lch(33.3 101.2 305.6) |
| OKLCH | oklch(0.451 0.240 277.4) |
Copy-ready code
/* CSS */
color: #432ad5;
background-color: #432ad5;
/* Tailwind (arbitrary) */
class="text-[#432ad5] bg-[#432ad5]"
/* SCSS */
$brand: #432ad5;
/* SwiftUI */
Color(red: 0.263, green: 0.165, blue: 0.835)
/* Android */
Color.parseColor("#432ad5")Accessibility — WCAG contrast
Aa
#432ad5 on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#432ad5 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green16.5%
Blue83.5%
CMYK percentages
Cyan68.5%
Magenta80.3%
Yellow0.0%
Key (black)16.5%
Color previews
#432ad5 text on a black background
contrast 2.53:1
Card sample
#432ad5 text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #432ad5;
Background color
Panel with #432ad5 background
background-color: #432ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #432ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 42, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 42, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #432ad5; background: linear-gradient(135deg, #432ad5, #B52AD5);