#435fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
67, 95, 223
HSL
229°, 71%, 57%
CMYK
70, 57, 0, 13
Luminance
0.1471
Every format
| HEX | #435fdf |
| RGB | rgb(67, 95, 223) |
| HSL | hsl(229, 71%, 57%) |
| CMYK | cmyk(70%, 57%, 0%, 13%) |
| LAB | lab(45.2 32.1 -68.4) |
| LCH | lch(45.2 75.5 295.2) |
| OKLCH | oklch(0.540 0.197 269.3) |
Copy-ready code
/* CSS */
color: #435fdf;
background-color: #435fdf;
/* Tailwind (arbitrary) */
class="text-[#435fdf] bg-[#435fdf]"
/* SCSS */
$brand: #435fdf;
/* SwiftUI */
Color(red: 0.263, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#435fdf")Accessibility — WCAG contrast
Aa
#435fdf on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#435fdf on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green37.3%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#435fdf text on a black background
contrast 3.94:1
Card sample
#435fdf text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #435fdf;
Background color
Panel with #435fdf background
background-color: #435fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #435fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #435fdf; background: linear-gradient(135deg, #435fdf, #8F43DF);