#0872eb
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 114, 235
HSL
212°, 93%, 48%
CMYK
97, 52, 0, 8
Luminance
0.1808
Every format
| HEX | #0872eb |
| RGB | rgb(8, 114, 235) |
| HSL | hsl(212, 93%, 48%) |
| CMYK | cmyk(97%, 52%, 0%, 8%) |
| LAB | lab(49.6 20.1 -68.1) |
| LCH | lch(49.6 71.0 286.4) |
| OKLCH | oklch(0.572 0.202 257.3) |
Copy-ready code
/* CSS */
color: #0872eb;
background-color: #0872eb;
/* Tailwind (arbitrary) */
class="text-[#0872eb] bg-[#0872eb]"
/* SCSS */
$brand: #0872eb;
/* SwiftUI */
Color(red: 0.031, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#0872eb")Accessibility — WCAG contrast
Aa
#0872eb on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0872eb on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green44.7%
Blue92.2%
CMYK percentages
Cyan96.6%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#0872eb text on a black background
contrast 4.62:1
Card sample
#0872eb text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0872eb;
Background color
Panel with #0872eb background
background-color: #0872eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0872eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0872eb; background: linear-gradient(135deg, #0872eb, #3508EB);