#435ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
67, 90, 222
HSL
231°, 70%, 57%
CMYK
70, 60, 0, 13
Luminance
0.1378
Every format
| HEX | #435ade |
| RGB | rgb(67, 90, 222) |
| HSL | hsl(231, 70%, 57%) |
| CMYK | cmyk(70%, 60%, 0%, 13%) |
| LAB | lab(43.9 34.9 -69.9) |
| LCH | lch(43.9 78.2 296.5) |
| OKLCH | oklch(0.530 0.202 270.4) |
Copy-ready code
/* CSS */
color: #435ade;
background-color: #435ade;
/* Tailwind (arbitrary) */
class="text-[#435ade] bg-[#435ade]"
/* SCSS */
$brand: #435ade;
/* SwiftUI */
Color(red: 0.263, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#435ade")Accessibility — WCAG contrast
Aa
#435ade on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#435ade on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green35.3%
Blue87.1%
CMYK percentages
Cyan69.8%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#435ade text on a black background
contrast 3.76:1
Card sample
#435ade text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #435ade;
Background color
Panel with #435ade background
background-color: #435ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #435ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #435ade; background: linear-gradient(135deg, #435ade, #9343DE);