#0843cd
a dark, electric blue · cool · closest name: slateblue
RGB
8, 67, 205
HSL
222°, 93%, 42%
CMYK
96, 67, 0, 20
Luminance
0.0847
Every format
| HEX | #0843cd |
| RGB | rgb(8, 67, 205) |
| HSL | hsl(222, 93%, 42%) |
| CMYK | cmyk(96%, 67%, 0%, 20%) |
| LAB | lab(35.0 38.8 -74.9) |
| LCH | lch(35.0 84.4 297.4) |
| OKLCH | oklch(0.454 0.219 263.2) |
Copy-ready code
/* CSS */
color: #0843cd;
background-color: #0843cd;
/* Tailwind (arbitrary) */
class="text-[#0843cd] bg-[#0843cd]"
/* SCSS */
$brand: #0843cd;
/* SwiftUI */
Color(red: 0.031, green: 0.263, blue: 0.804)
/* Android */
Color.parseColor("#0843cd")Accessibility — WCAG contrast
Aa
#0843cd on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0843cd on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.3%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta67.3%
Yellow0.0%
Key (black)19.6%
Color previews
#0843cd text on a black background
contrast 2.69:1
Card sample
#0843cd text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0843cd;
Background color
Panel with #0843cd background
background-color: #0843cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0843cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 67, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 67, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0843cd; background: linear-gradient(135deg, #0843cd, #5008CD);