#0852ba
a dark, electric blue · cool · closest name: royalblue
RGB
8, 82, 186
HSL
215°, 92%, 38%
CMYK
96, 56, 0, 27
Luminance
0.0963
Every format
| HEX | #0852ba |
| RGB | rgb(8, 82, 186) |
| HSL | hsl(215, 92%, 38%) |
| CMYK | cmyk(96%, 56%, 0%, 27%) |
| LAB | lab(37.2 21.5 -60.2) |
| LCH | lch(37.2 63.9 289.6) |
| OKLCH | oklch(0.466 0.177 259.4) |
Copy-ready code
/* CSS */
color: #0852ba;
background-color: #0852ba;
/* Tailwind (arbitrary) */
class="text-[#0852ba] bg-[#0852ba]"
/* SCSS */
$brand: #0852ba;
/* SwiftUI */
Color(red: 0.031, green: 0.322, blue: 0.729)
/* Android */
Color.parseColor("#0852ba")Accessibility — WCAG contrast
Aa
#0852ba on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0852ba on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green32.2%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta55.9%
Yellow0.0%
Key (black)27.1%
Color previews
#0852ba text on a black background
contrast 2.93:1
Card sample
#0852ba text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0852ba;
Background color
Panel with #0852ba background
background-color: #0852ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0852ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 82, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 82, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0852ba; background: linear-gradient(135deg, #0852ba, #3508BA);