#487df0
a balanced, electric blue · cool · closest name: royalblue
RGB
72, 125, 240
HSL
221°, 85%, 61%
CMYK
70, 48, 0, 6
Luminance
0.2234
Every format
| HEX | #487df0 |
| RGB | rgb(72, 125, 240) |
| HSL | hsl(221, 85%, 61%) |
| CMYK | cmyk(70%, 48%, 0%, 6%) |
| LAB | lab(54.4 20.1 -63.1) |
| LCH | lch(54.4 66.2 287.7) |
| OKLCH | oklch(0.614 0.182 263.4) |
Copy-ready code
/* CSS */
color: #487df0;
background-color: #487df0;
/* Tailwind (arbitrary) */
class="text-[#487df0] bg-[#487df0]"
/* SCSS */
$brand: #487df0;
/* SwiftUI */
Color(red: 0.282, green: 0.490, blue: 0.941)
/* Android */
Color.parseColor("#487df0")Accessibility — WCAG contrast
Aa
#487df0 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#487df0 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green49.0%
Blue94.1%
CMYK percentages
Cyan70.0%
Magenta47.9%
Yellow0.0%
Key (black)5.9%
Color previews
#487df0 text on a black background
contrast 5.47:1
Card sample
#487df0 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487df0;
Background color
Panel with #487df0 background
background-color: #487df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 125, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 125, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487df0; background: linear-gradient(135deg, #487df0, #8348F0);