#084cfd
a balanced, electric blue · cool · closest name: blue
RGB
8, 76, 253
HSL
223°, 98%, 51%
CMYK
97, 70, 0, 1
Luminance
0.1231
Every format
| HEX | #084cfd |
| RGB | rgb(8, 76, 253) |
| HSL | hsl(223, 98%, 51%) |
| CMYK | cmyk(97%, 70%, 0%, 1%) |
| LAB | lab(41.7 50.7 -91.1) |
| LCH | lch(41.7 104.2 299.1) |
| OKLCH | oklch(0.517 0.266 263.6) |
Copy-ready code
/* CSS */
color: #084cfd;
background-color: #084cfd;
/* Tailwind (arbitrary) */
class="text-[#084cfd] bg-[#084cfd]"
/* SCSS */
$brand: #084cfd;
/* SwiftUI */
Color(red: 0.031, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#084cfd")Accessibility — WCAG contrast
Aa
#084cfd on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#084cfd on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.8%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#084cfd text on a black background
contrast 3.46:1
Card sample
#084cfd text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084cfd;
Background color
Panel with #084cfd background
background-color: #084cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084cfd; background: linear-gradient(135deg, #084cfd, #6708FD);