#0844ba
a dark, electric blue · cool · closest name: royalblue
RGB
8, 68, 186
HSL
220°, 92%, 38%
CMYK
96, 63, 0, 27
Luminance
0.0773
Every format
| HEX | #0844ba |
| RGB | rgb(8, 68, 186) |
| HSL | hsl(220, 92%, 38%) |
| CMYK | cmyk(96%, 63%, 0%, 27%) |
| LAB | lab(33.4 30.9 -66.3) |
| LCH | lch(33.4 73.2 295.0) |
| OKLCH | oklch(0.437 0.194 262.2) |
Copy-ready code
/* CSS */
color: #0844ba;
background-color: #0844ba;
/* Tailwind (arbitrary) */
class="text-[#0844ba] bg-[#0844ba]"
/* SCSS */
$brand: #0844ba;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.729)
/* Android */
Color.parseColor("#0844ba")Accessibility — WCAG contrast
Aa
#0844ba on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0844ba on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta63.4%
Yellow0.0%
Key (black)27.1%
Color previews
#0844ba text on a black background
contrast 2.55:1
Card sample
#0844ba text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0844ba;
Background color
Panel with #0844ba background
background-color: #0844ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0844ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0844ba; background: linear-gradient(135deg, #0844ba, #4308BA);