#0836fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 54, 253
HSL
229°, 98%, 51%
CMYK
97, 79, 0, 1
Luminance
0.0978
Every format
| HEX | #0836fd |
| RGB | rgb(8, 54, 253) |
| HSL | hsl(229, 98%, 51%) |
| CMYK | cmyk(97%, 79%, 0%, 1%) |
| LAB | lab(37.4 62.7 -98.2) |
| LCH | lch(37.4 116.5 302.6) |
| OKLCH | oklch(0.487 0.286 264.5) |
Copy-ready code
/* CSS */
color: #0836fd;
background-color: #0836fd;
/* Tailwind (arbitrary) */
class="text-[#0836fd] bg-[#0836fd]"
/* SCSS */
$brand: #0836fd;
/* SwiftUI */
Color(red: 0.031, green: 0.212, blue: 0.992)
/* Android */
Color.parseColor("#0836fd")Accessibility — WCAG contrast
Aa
#0836fd on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0836fd on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green21.2%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta78.7%
Yellow0.0%
Key (black)0.8%
Color previews
#0836fd text on a black background
contrast 2.96:1
Card sample
#0836fd text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0836fd;
Background color
Panel with #0836fd background
background-color: #0836fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0836fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 54, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 54, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0836fd; background: linear-gradient(135deg, #0836fd, #7D08FD);