#0849ba
a dark, electric blue · cool · closest name: royalblue
RGB
8, 73, 186
HSL
218°, 92%, 38%
CMYK
96, 61, 0, 27
Luminance
0.0836
Every format
| HEX | #0849ba |
| RGB | rgb(8, 73, 186) |
| HSL | hsl(218, 92%, 38%) |
| CMYK | cmyk(96%, 61%, 0%, 27%) |
| LAB | lab(34.7 27.5 -64.2) |
| LCH | lch(34.7 69.8 293.2) |
| OKLCH | oklch(0.447 0.188 261.4) |
Copy-ready code
/* CSS */
color: #0849ba;
background-color: #0849ba;
/* Tailwind (arbitrary) */
class="text-[#0849ba] bg-[#0849ba]"
/* SCSS */
$brand: #0849ba;
/* SwiftUI */
Color(red: 0.031, green: 0.286, blue: 0.729)
/* Android */
Color.parseColor("#0849ba")Accessibility — WCAG contrast
Aa
#0849ba on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0849ba on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.6%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta60.8%
Yellow0.0%
Key (black)27.1%
Color previews
#0849ba text on a black background
contrast 2.67:1
Card sample
#0849ba text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0849ba;
Background color
Panel with #0849ba background
background-color: #0849ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0849ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 73, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 73, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0849ba; background: linear-gradient(135deg, #0849ba, #3E08BA);