#0827fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 39, 253
HSL
232°, 98%, 51%
CMYK
97, 85, 0, 1
Luminance
0.0859
Every format
| HEX | #0827fd |
| RGB | rgb(8, 39, 253) |
| HSL | hsl(232, 98%, 51%) |
| CMYK | cmyk(97%, 85%, 0%, 1%) |
| LAB | lab(35.2 69.4 -101.9) |
| LCH | lch(35.2 123.3 304.3) |
| OKLCH | oklch(0.471 0.296 264.7) |
Copy-ready code
/* CSS */
color: #0827fd;
background-color: #0827fd;
/* Tailwind (arbitrary) */
class="text-[#0827fd] bg-[#0827fd]"
/* SCSS */
$brand: #0827fd;
/* SwiftUI */
Color(red: 0.031, green: 0.153, blue: 0.992)
/* Android */
Color.parseColor("#0827fd")Accessibility — WCAG contrast
Aa
#0827fd on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0827fd on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green15.3%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta84.6%
Yellow0.0%
Key (black)0.8%
Color previews
#0827fd text on a black background
contrast 2.72:1
Card sample
#0827fd text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0827fd;
Background color
Panel with #0827fd background
background-color: #0827fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0827fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 39, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 39, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0827fd; background: linear-gradient(135deg, #0827fd, #8C08FD);