#0801cf
a dark, electric blue · warm · closest name: blue
RGB
8, 1, 207
HSL
242°, 99%, 41%
CMYK
96, 100, 0, 19
Luminance
0.0458
Every format
| HEX | #0801cf |
| RGB | rgb(8, 1, 207) |
| HSL | hsl(242, 99%, 41%) |
| CMYK | cmyk(96%, 100%, 0%, 19%) |
| LAB | lab(25.5 67.5 -91.8) |
| LCH | lch(25.5 113.9 306.3) |
| OKLCH | oklch(0.388 0.266 264.9) |
Copy-ready code
/* CSS */
color: #0801cf;
background-color: #0801cf;
/* Tailwind (arbitrary) */
class="text-[#0801cf] bg-[#0801cf]"
/* SCSS */
$brand: #0801cf;
/* SwiftUI */
Color(red: 0.031, green: 0.004, blue: 0.812)
/* Android */
Color.parseColor("#0801cf")Accessibility — WCAG contrast
Aa
#0801cf on white: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0801cf on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.4%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta99.5%
Yellow0.0%
Key (black)18.8%
Color previews
#0801cf text on a black background
contrast 1.92:1
Card sample
#0801cf text on a white background
contrast 10.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0801cf;
Background color
Panel with #0801cf background
background-color: #0801cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0801cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 1, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 1, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0801cf; background: linear-gradient(135deg, #0801cf, #9101CF);