#487df5
a balanced, electric blue · cool · closest name: royalblue
RGB
72, 125, 245
HSL
222°, 90%, 62%
CMYK
71, 49, 0, 4
Luminance
0.2264
Every format
| HEX | #487df5 |
| RGB | rgb(72, 125, 245) |
| HSL | hsl(222, 90%, 62%) |
| CMYK | cmyk(71%, 49%, 0%, 4%) |
| LAB | lab(54.7 21.9 -65.3) |
| LCH | lch(54.7 68.9 288.5) |
| OKLCH | oklch(0.617 0.189 263.8) |
Copy-ready code
/* CSS */
color: #487df5;
background-color: #487df5;
/* Tailwind (arbitrary) */
class="text-[#487df5] bg-[#487df5]"
/* SCSS */
$brand: #487df5;
/* SwiftUI */
Color(red: 0.282, green: 0.490, blue: 0.961)
/* Android */
Color.parseColor("#487df5")Accessibility — WCAG contrast
Aa
#487df5 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#487df5 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green49.0%
Blue96.1%
CMYK percentages
Cyan70.6%
Magenta49.0%
Yellow0.0%
Key (black)3.9%
Color previews
#487df5 text on a black background
contrast 5.53:1
Card sample
#487df5 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487df5;
Background color
Panel with #487df5 background
background-color: #487df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 125, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 125, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487df5; background: linear-gradient(135deg, #487df5, #8648F5);