#433dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
67, 61, 187
HSL
243°, 51%, 49%
CMYK
64, 67, 0, 27
Luminance
0.0812
Every format
| HEX | #433dbb |
| RGB | rgb(67, 61, 187) |
| HSL | hsl(243, 51%, 49%) |
| CMYK | cmyk(64%, 67%, 0%, 27%) |
| LAB | lab(34.2 40.8 -65.5) |
| LCH | lch(34.2 77.2 301.9) |
| OKLCH | oklch(0.450 0.191 277.6) |
Copy-ready code
/* CSS */
color: #433dbb;
background-color: #433dbb;
/* Tailwind (arbitrary) */
class="text-[#433dbb] bg-[#433dbb]"
/* SCSS */
$brand: #433dbb;
/* SwiftUI */
Color(red: 0.263, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#433dbb")Accessibility — WCAG contrast
Aa
#433dbb on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433dbb on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green23.9%
Blue73.3%
CMYK percentages
Cyan64.2%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#433dbb text on a black background
contrast 2.62:1
Card sample
#433dbb text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433dbb;
Background color
Panel with #433dbb background
background-color: #433dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433dbb; background: linear-gradient(135deg, #433dbb, #973DBB);