#0810cf
a dark, electric blue · warm · closest name: blue
RGB
8, 16, 207
HSL
238°, 93%, 42%
CMYK
96, 92, 0, 19
Luminance
0.0493
Every format
| HEX | #0810cf |
| RGB | rgb(8, 16, 207) |
| HSL | hsl(238, 93%, 42%) |
| CMYK | cmyk(96%, 92%, 0%, 19%) |
| LAB | lab(26.5 64.3 -90.1) |
| LCH | lch(26.5 110.7 305.5) |
| OKLCH | oklch(0.395 0.262 265.0) |
Copy-ready code
/* CSS */
color: #0810cf;
background-color: #0810cf;
/* Tailwind (arbitrary) */
class="text-[#0810cf] bg-[#0810cf]"
/* SCSS */
$brand: #0810cf;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#0810cf")Accessibility — WCAG contrast
Aa
#0810cf on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0810cf on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta92.3%
Yellow0.0%
Key (black)18.8%
Color previews
#0810cf text on a black background
contrast 1.99:1
Card sample
#0810cf text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0810cf;
Background color
Panel with #0810cf background
background-color: #0810cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0810cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0810cf; background: linear-gradient(135deg, #0810cf, #8508CF);