#0844ab
a dark, electric blue · cool · closest name: royalblue
RGB
8, 68, 171
HSL
218°, 91%, 35%
CMYK
95, 60, 0, 33
Luminance
0.0713
Every format
| HEX | #0844ab |
| RGB | rgb(8, 68, 171) |
| HSL | hsl(218, 91%, 35%) |
| CMYK | cmyk(95%, 60%, 0%, 33%) |
| LAB | lab(32.1 24.9 -59.6) |
| LCH | lch(32.1 64.6 292.7) |
| OKLCH | oklch(0.423 0.175 261.2) |
Copy-ready code
/* CSS */
color: #0844ab;
background-color: #0844ab;
/* Tailwind (arbitrary) */
class="text-[#0844ab] bg-[#0844ab]"
/* SCSS */
$brand: #0844ab;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.671)
/* Android */
Color.parseColor("#0844ab")Accessibility — WCAG contrast
Aa
#0844ab on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0844ab on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue67.1%
CMYK percentages
Cyan95.3%
Magenta60.2%
Yellow0.0%
Key (black)32.9%
Color previews
#0844ab text on a black background
contrast 2.43:1
Card sample
#0844ab text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0844ab;
Background color
Panel with #0844ab background
background-color: #0844ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0844ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0844ab; background: linear-gradient(135deg, #0844ab, #3908AB);