#0818cf
a dark, electric blue · warm · closest name: blue
RGB
8, 24, 207
HSL
235°, 93%, 42%
CMYK
96, 88, 0, 19
Luminance
0.0521
Every format
| HEX | #0818cf |
| RGB | rgb(8, 24, 207) |
| HSL | hsl(235, 93%, 42%) |
| CMYK | cmyk(96%, 88%, 0%, 19%) |
| LAB | lab(27.3 61.9 -88.7) |
| LCH | lch(27.3 108.2 304.9) |
| OKLCH | oklch(0.401 0.258 265.0) |
Copy-ready code
/* CSS */
color: #0818cf;
background-color: #0818cf;
/* Tailwind (arbitrary) */
class="text-[#0818cf] bg-[#0818cf]"
/* SCSS */
$brand: #0818cf;
/* SwiftUI */
Color(red: 0.031, green: 0.094, blue: 0.812)
/* Android */
Color.parseColor("#0818cf")Accessibility — WCAG contrast
Aa
#0818cf on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0818cf on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.4%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta88.4%
Yellow0.0%
Key (black)18.8%
Color previews
#0818cf text on a black background
contrast 2.04:1
Card sample
#0818cf text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0818cf;
Background color
Panel with #0818cf background
background-color: #0818cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0818cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 24, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 24, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0818cf; background: linear-gradient(135deg, #0818cf, #7D08CF);