#0848cf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 72, 207
HSL
221°, 93%, 42%
CMYK
96, 65, 0, 19
Luminance
0.0919
Every format
| HEX | #0848cf |
| RGB | rgb(8, 72, 207) |
| HSL | hsl(221, 93%, 42%) |
| CMYK | cmyk(96%, 65%, 0%, 19%) |
| LAB | lab(36.4 36.4 -73.8) |
| LCH | lch(36.4 82.3 296.2) |
| OKLCH | oklch(0.465 0.216 262.7) |
Copy-ready code
/* CSS */
color: #0848cf;
background-color: #0848cf;
/* Tailwind (arbitrary) */
class="text-[#0848cf] bg-[#0848cf]"
/* SCSS */
$brand: #0848cf;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#0848cf")Accessibility — WCAG contrast
Aa
#0848cf on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0848cf on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#0848cf text on a black background
contrast 2.84:1
Card sample
#0848cf text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0848cf;
Background color
Panel with #0848cf background
background-color: #0848cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0848cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0848cf; background: linear-gradient(135deg, #0848cf, #4D08CF);