#0844af
a dark, electric blue · cool · closest name: royalblue
RGB
8, 68, 175
HSL
218°, 91%, 36%
CMYK
95, 61, 0, 31
Luminance
0.0728
Every format
| HEX | #0844af |
| RGB | rgb(8, 68, 175) |
| HSL | hsl(218, 91%, 36%) |
| CMYK | cmyk(95%, 61%, 0%, 31%) |
| LAB | lab(32.4 26.5 -61.4) |
| LCH | lch(32.4 66.9 293.3) |
| OKLCH | oklch(0.427 0.180 261.5) |
Copy-ready code
/* CSS */
color: #0844af;
background-color: #0844af;
/* Tailwind (arbitrary) */
class="text-[#0844af] bg-[#0844af]"
/* SCSS */
$brand: #0844af;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.686)
/* Android */
Color.parseColor("#0844af")Accessibility — WCAG contrast
Aa
#0844af on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0844af on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta61.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0844af text on a black background
contrast 2.46:1
Card sample
#0844af text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0844af;
Background color
Panel with #0844af background
background-color: #0844af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0844af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0844af; background: linear-gradient(135deg, #0844af, #3B08AF);