#435ef1
a balanced, electric blue · warm · closest name: royalblue
RGB
67, 94, 241
HSL
231°, 86%, 60%
CMYK
72, 61, 0, 6
Luminance
0.1555
Every format
| HEX | #435ef1 |
| RGB | rgb(67, 94, 241) |
| HSL | hsl(231, 86%, 60%) |
| CMYK | cmyk(72%, 61%, 0%, 6%) |
| LAB | lab(46.4 39.0 -76.6) |
| LCH | lch(46.4 86.0 297.0) |
| OKLCH | oklch(0.553 0.221 269.6) |
Copy-ready code
/* CSS */
color: #435ef1;
background-color: #435ef1;
/* Tailwind (arbitrary) */
class="text-[#435ef1] bg-[#435ef1]"
/* SCSS */
$brand: #435ef1;
/* SwiftUI */
Color(red: 0.263, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#435ef1")Accessibility — WCAG contrast
Aa
#435ef1 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#435ef1 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green36.9%
Blue94.5%
CMYK percentages
Cyan72.2%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#435ef1 text on a black background
contrast 4.11:1
Card sample
#435ef1 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #435ef1;
Background color
Panel with #435ef1 background
background-color: #435ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #435ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #435ef1; background: linear-gradient(135deg, #435ef1, #9C43F1);