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