#433bcf
a balanced, vivid blue · warm · closest name: slateblue
RGB
67, 59, 207
HSL
243°, 61%, 52%
CMYK
68, 72, 0, 19
Luminance
0.0883
Every format
| HEX | #433bcf |
| RGB | rgb(67, 59, 207) |
| HSL | hsl(243, 61%, 52%) |
| CMYK | cmyk(68%, 72%, 0%, 19%) |
| LAB | lab(35.6 48.4 -74.9) |
| LCH | lch(35.6 89.2 302.9) |
| OKLCH | oklch(0.466 0.218 276.2) |
Copy-ready code
/* CSS */
color: #433bcf;
background-color: #433bcf;
/* Tailwind (arbitrary) */
class="text-[#433bcf] bg-[#433bcf]"
/* SCSS */
$brand: #433bcf;
/* SwiftUI */
Color(red: 0.263, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#433bcf")Accessibility — WCAG contrast
Aa
#433bcf on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433bcf on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green23.1%
Blue81.2%
CMYK percentages
Cyan67.6%
Magenta71.5%
Yellow0.0%
Key (black)18.8%
Color previews
#433bcf text on a black background
contrast 2.77:1
Card sample
#433bcf text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433bcf;
Background color
Panel with #433bcf background
background-color: #433bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433bcf; background: linear-gradient(135deg, #433bcf, #A63BCF);