#487dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
72, 125, 253
HSL
222°, 98%, 64%
CMYK
72, 51, 0, 1
Luminance
0.2314
Every format
| HEX | #487dfd |
| RGB | rgb(72, 125, 253) |
| HSL | hsl(222, 98%, 64%) |
| CMYK | cmyk(72%, 51%, 0%, 1%) |
| LAB | lab(55.2 24.7 -69.0) |
| LCH | lch(55.2 73.2 289.7) |
| OKLCH | oklch(0.623 0.199 264.4) |
Copy-ready code
/* CSS */
color: #487dfd;
background-color: #487dfd;
/* Tailwind (arbitrary) */
class="text-[#487dfd] bg-[#487dfd]"
/* SCSS */
$brand: #487dfd;
/* SwiftUI */
Color(red: 0.282, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#487dfd")Accessibility — WCAG contrast
Aa
#487dfd on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#487dfd on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green49.0%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#487dfd text on a black background
contrast 5.63:1
Card sample
#487dfd text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487dfd;
Background color
Panel with #487dfd background
background-color: #487dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487dfd; background: linear-gradient(135deg, #487dfd, #8C48FD);