#487df9
a balanced, electric blue · cool · closest name: royalblue
RGB
72, 125, 249
HSL
222°, 94%, 63%
CMYK
71, 50, 0, 2
Luminance
0.2288
Every format
| HEX | #487df9 |
| RGB | rgb(72, 125, 249) |
| HSL | hsl(222, 94%, 63%) |
| CMYK | cmyk(71%, 50%, 0%, 2%) |
| LAB | lab(55.0 23.3 -67.2) |
| LCH | lch(55.0 71.1 289.1) |
| OKLCH | oklch(0.620 0.194 264.1) |
Copy-ready code
/* CSS */
color: #487df9;
background-color: #487df9;
/* Tailwind (arbitrary) */
class="text-[#487df9] bg-[#487df9]"
/* SCSS */
$brand: #487df9;
/* SwiftUI */
Color(red: 0.282, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#487df9")Accessibility — WCAG contrast
Aa
#487df9 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#487df9 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green49.0%
Blue97.6%
CMYK percentages
Cyan71.1%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#487df9 text on a black background
contrast 5.58:1
Card sample
#487df9 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487df9;
Background color
Panel with #487df9 background
background-color: #487df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487df9; background: linear-gradient(135deg, #487df9, #8948F9);