#433fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
67, 63, 223
HSL
242°, 71%, 56%
CMYK
70, 72, 0, 13
Luminance
0.1008
Every format
| HEX | #433fdf |
| RGB | rgb(67, 63, 223) |
| HSL | hsl(242, 71%, 56%) |
| CMYK | cmyk(70%, 72%, 0%, 13%) |
| LAB | lab(38.0 51.3 -80.2) |
| LCH | lch(38.0 95.2 302.6) |
| OKLCH | oklch(0.487 0.233 274.6) |
Copy-ready code
/* CSS */
color: #433fdf;
background-color: #433fdf;
/* Tailwind (arbitrary) */
class="text-[#433fdf] bg-[#433fdf]"
/* SCSS */
$brand: #433fdf;
/* SwiftUI */
Color(red: 0.263, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#433fdf")Accessibility — WCAG contrast
Aa
#433fdf on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#433fdf on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green24.7%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#433fdf text on a black background
contrast 3.02:1
Card sample
#433fdf text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433fdf;
Background color
Panel with #433fdf background
background-color: #433fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433fdf; background: linear-gradient(135deg, #433fdf, #AE3FDF);