#487df6
a balanced, electric blue · cool · closest name: royalblue
RGB
72, 125, 246
HSL
222°, 91%, 62%
CMYK
71, 49, 0, 4
Luminance
0.2270
Every format
| HEX | #487df6 |
| RGB | rgb(72, 125, 246) |
| HSL | hsl(222, 91%, 62%) |
| CMYK | cmyk(71%, 49%, 0%, 4%) |
| LAB | lab(54.8 22.2 -65.8) |
| LCH | lch(54.8 69.4 288.6) |
| OKLCH | oklch(0.618 0.190 263.9) |
Copy-ready code
/* CSS */
color: #487df6;
background-color: #487df6;
/* Tailwind (arbitrary) */
class="text-[#487df6] bg-[#487df6]"
/* SCSS */
$brand: #487df6;
/* SwiftUI */
Color(red: 0.282, green: 0.490, blue: 0.965)
/* Android */
Color.parseColor("#487df6")Accessibility — WCAG contrast
Aa
#487df6 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#487df6 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green49.0%
Blue96.5%
CMYK percentages
Cyan70.7%
Magenta49.2%
Yellow0.0%
Key (black)3.5%
Color previews
#487df6 text on a black background
contrast 5.54:1
Card sample
#487df6 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487df6;
Background color
Panel with #487df6 background
background-color: #487df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 125, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 125, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487df6; background: linear-gradient(135deg, #487df6, #8748F6);