#0841cf
a dark, electric blue · cool · closest name: slateblue
RGB
8, 65, 207
HSL
223°, 93%, 42%
CMYK
96, 69, 0, 19
Luminance
0.0834
Every format
| HEX | #0841cf |
| RGB | rgb(8, 65, 207) |
| HSL | hsl(223, 93%, 42%) |
| CMYK | cmyk(96%, 69%, 0%, 19%) |
| LAB | lab(34.7 40.8 -76.5) |
| LCH | lch(34.7 86.8 298.1) |
| OKLCH | oklch(0.453 0.224 263.5) |
Copy-ready code
/* CSS */
color: #0841cf;
background-color: #0841cf;
/* Tailwind (arbitrary) */
class="text-[#0841cf] bg-[#0841cf]"
/* SCSS */
$brand: #0841cf;
/* SwiftUI */
Color(red: 0.031, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#0841cf")Accessibility — WCAG contrast
Aa
#0841cf on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0841cf on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.5%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0841cf text on a black background
contrast 2.67:1
Card sample
#0841cf text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0841cf;
Background color
Panel with #0841cf background
background-color: #0841cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0841cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0841cf; background: linear-gradient(135deg, #0841cf, #5408CF);