#434ef1
a balanced, electric blue · warm · closest name: slateblue
RGB
67, 78, 241
HSL
236°, 86%, 60%
CMYK
72, 68, 0, 6
Luminance
0.1299
Every format
| HEX | #434ef1 |
| RGB | rgb(67, 78, 241) |
| HSL | hsl(236, 86%, 60%) |
| CMYK | cmyk(72%, 68%, 0%, 6%) |
| LAB | lab(42.8 48.6 -82.6) |
| LCH | lch(42.8 95.8 300.5) |
| OKLCH | oklch(0.526 0.239 271.9) |
Copy-ready code
/* CSS */
color: #434ef1;
background-color: #434ef1;
/* Tailwind (arbitrary) */
class="text-[#434ef1] bg-[#434ef1]"
/* SCSS */
$brand: #434ef1;
/* SwiftUI */
Color(red: 0.263, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#434ef1")Accessibility — WCAG contrast
Aa
#434ef1 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#434ef1 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green30.6%
Blue94.5%
CMYK percentages
Cyan72.2%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#434ef1 text on a black background
contrast 3.60:1
Card sample
#434ef1 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #434ef1;
Background color
Panel with #434ef1 background
background-color: #434ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #434ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #434ef1; background: linear-gradient(135deg, #434ef1, #AC43F1);