#0818fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 24, 253
HSL
236°, 98%, 51%
CMYK
97, 91, 0, 1
Luminance
0.0780
Every format
| HEX | #0818fd |
| RGB | rgb(8, 24, 253) |
| HSL | hsl(236, 98%, 51%) |
| CMYK | cmyk(97%, 91%, 0%, 1%) |
| LAB | lab(33.5 74.3 -104.6) |
| LCH | lch(33.5 128.4 305.4) |
| OKLCH | oklch(0.460 0.304 264.7) |
Copy-ready code
/* CSS */
color: #0818fd;
background-color: #0818fd;
/* Tailwind (arbitrary) */
class="text-[#0818fd] bg-[#0818fd]"
/* SCSS */
$brand: #0818fd;
/* SwiftUI */
Color(red: 0.031, green: 0.094, blue: 0.992)
/* Android */
Color.parseColor("#0818fd")Accessibility — WCAG contrast
Aa
#0818fd on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0818fd on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.4%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta90.5%
Yellow0.0%
Key (black)0.8%
Color previews
#0818fd text on a black background
contrast 2.56:1
Card sample
#0818fd text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0818fd;
Background color
Panel with #0818fd background
background-color: #0818fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0818fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 24, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 24, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0818fd; background: linear-gradient(135deg, #0818fd, #9B08FD);