#0845fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 69, 253
HSL
225°, 98%, 51%
CMYK
97, 73, 0, 1
Luminance
0.1140
Every format
| HEX | #0845fd |
| RGB | rgb(8, 69, 253) |
| HSL | hsl(225, 98%, 51%) |
| CMYK | cmyk(97%, 73%, 0%, 1%) |
| LAB | lab(40.2 54.7 -93.5) |
| LCH | lch(40.2 108.3 300.3) |
| OKLCH | oklch(0.507 0.273 264.0) |
Copy-ready code
/* CSS */
color: #0845fd;
background-color: #0845fd;
/* Tailwind (arbitrary) */
class="text-[#0845fd] bg-[#0845fd]"
/* SCSS */
$brand: #0845fd;
/* SwiftUI */
Color(red: 0.031, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#0845fd")Accessibility — WCAG contrast
Aa
#0845fd on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0845fd on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green27.1%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#0845fd text on a black background
contrast 3.28:1
Card sample
#0845fd text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0845fd;
Background color
Panel with #0845fd background
background-color: #0845fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0845fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0845fd; background: linear-gradient(135deg, #0845fd, #6F08FD);