#415ffc
a balanced, electric blue · warm · closest name: royalblue
RGB
65, 95, 252
HSL
230°, 97%, 62%
CMYK
74, 62, 0, 1
Luminance
0.1634
Every format
| HEX | #415ffc |
| RGB | rgb(65, 95, 252) |
| HSL | hsl(230, 97%, 62%) |
| CMYK | cmyk(74%, 62%, 0%, 1%) |
| LAB | lab(47.4 42.0 -81.1) |
| LCH | lch(47.4 91.3 297.4) |
| OKLCH | oklch(0.563 0.234 268.9) |
Copy-ready code
/* CSS */
color: #415ffc;
background-color: #415ffc;
/* Tailwind (arbitrary) */
class="text-[#415ffc] bg-[#415ffc]"
/* SCSS */
$brand: #415ffc;
/* SwiftUI */
Color(red: 0.255, green: 0.373, blue: 0.988)
/* Android */
Color.parseColor("#415ffc")Accessibility — WCAG contrast
Aa
#415ffc on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415ffc on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green37.3%
Blue98.8%
CMYK percentages
Cyan74.2%
Magenta62.3%
Yellow0.0%
Key (black)1.2%
Color previews
#415ffc text on a black background
contrast 4.27:1
Card sample
#415ffc text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415ffc;
Background color
Panel with #415ffc background
background-color: #415ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 95, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 95, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415ffc; background: linear-gradient(135deg, #415ffc, #A041FC);