#433eee
a balanced, electric blue · warm · closest name: blue
RGB
67, 62, 238
HSL
242°, 84%, 59%
CMYK
72, 74, 0, 7
Luminance
0.1081
Every format
| HEX | #433eee |
| RGB | rgb(67, 62, 238) |
| HSL | hsl(242, 84%, 59%) |
| CMYK | cmyk(72%, 74%, 0%, 7%) |
| LAB | lab(39.3 56.5 -86.6) |
| LCH | lch(39.3 103.5 303.1) |
| OKLCH | oklch(0.501 0.251 273.7) |
Copy-ready code
/* CSS */
color: #433eee;
background-color: #433eee;
/* Tailwind (arbitrary) */
class="text-[#433eee] bg-[#433eee]"
/* SCSS */
$brand: #433eee;
/* SwiftUI */
Color(red: 0.263, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#433eee")Accessibility — WCAG contrast
Aa
#433eee on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#433eee on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green24.3%
Blue93.3%
CMYK percentages
Cyan71.8%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#433eee text on a black background
contrast 3.16:1
Card sample
#433eee text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433eee;
Background color
Panel with #433eee background
background-color: #433eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433eee; background: linear-gradient(135deg, #433eee, #B83EEE);