#087cfd
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 124, 253
HSL
212°, 98%, 51%
CMYK
97, 51, 0, 1
Luminance
0.2156
Every format
| HEX | #087cfd |
| RGB | rgb(8, 124, 253) |
| HSL | hsl(212, 98%, 51%) |
| CMYK | cmyk(97%, 51%, 0%, 1%) |
| LAB | lab(53.5 20.7 -71.7) |
| LCH | lch(53.5 74.6 286.1) |
| OKLCH | oklch(0.606 0.212 257.1) |
Copy-ready code
/* CSS */
color: #087cfd;
background-color: #087cfd;
/* Tailwind (arbitrary) */
class="text-[#087cfd] bg-[#087cfd]"
/* SCSS */
$brand: #087cfd;
/* SwiftUI */
Color(red: 0.031, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#087cfd")Accessibility — WCAG contrast
Aa
#087cfd on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#087cfd on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green48.6%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#087cfd text on a black background
contrast 5.31:1
Card sample
#087cfd text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087cfd;
Background color
Panel with #087cfd background
background-color: #087cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087cfd; background: linear-gradient(135deg, #087cfd, #3708FD);