#0807cb
a dark, electric blue · warm · closest name: blue
RGB
8, 7, 203
HSL
240°, 93%, 41%
CMYK
96, 97, 0, 20
Luminance
0.0452
Every format
| HEX | #0807cb |
| RGB | rgb(8, 7, 203) |
| HSL | hsl(240, 93%, 41%) |
| CMYK | cmyk(96%, 97%, 0%, 20%) |
| LAB | lab(25.3 65.3 -89.8) |
| LCH | lch(25.3 111.0 306.0) |
| OKLCH | oklch(0.385 0.260 265.0) |
Copy-ready code
/* CSS */
color: #0807cb;
background-color: #0807cb;
/* Tailwind (arbitrary) */
class="text-[#0807cb] bg-[#0807cb]"
/* SCSS */
$brand: #0807cb;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.796)
/* Android */
Color.parseColor("#0807cb")Accessibility — WCAG contrast
Aa
#0807cb on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0807cb on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta96.6%
Yellow0.0%
Key (black)20.4%
Color previews
#0807cb text on a black background
contrast 1.90:1
Card sample
#0807cb text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0807cb;
Background color
Panel with #0807cb background
background-color: #0807cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0807cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0807cb; background: linear-gradient(135deg, #0807cb, #8B07CB);