#0877eb
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 119, 235
HSL
211°, 93%, 48%
CMYK
97, 49, 0, 8
Luminance
0.1924
Every format
| HEX | #0877eb |
| RGB | rgb(8, 119, 235) |
| HSL | hsl(211, 93%, 48%) |
| CMYK | cmyk(97%, 49%, 0%, 8%) |
| LAB | lab(51.0 16.9 -65.9) |
| LCH | lch(51.0 68.0 284.4) |
| OKLCH | oklch(0.582 0.196 256.0) |
Copy-ready code
/* CSS */
color: #0877eb;
background-color: #0877eb;
/* Tailwind (arbitrary) */
class="text-[#0877eb] bg-[#0877eb]"
/* SCSS */
$brand: #0877eb;
/* SwiftUI */
Color(red: 0.031, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#0877eb")Accessibility — WCAG contrast
Aa
#0877eb on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0877eb on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green46.7%
Blue92.2%
CMYK percentages
Cyan96.6%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#0877eb text on a black background
contrast 4.85:1
Card sample
#0877eb text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0877eb;
Background color
Panel with #0877eb background
background-color: #0877eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0877eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0877eb; background: linear-gradient(135deg, #0877eb, #3008EB);