#0b07cf
a dark, electric blue · warm · closest name: blue
RGB
11, 7, 207
HSL
241°, 94%, 42%
CMYK
95, 97, 0, 19
Luminance
0.0473
Every format
| HEX | #0b07cf |
| RGB | rgb(11, 7, 207) |
| HSL | hsl(241, 94%, 42%) |
| CMYK | cmyk(95%, 97%, 0%, 19%) |
| LAB | lab(25.9 66.3 -91.0) |
| LCH | lch(25.9 112.6 306.1) |
| OKLCH | oklch(0.391 0.264 265.2) |
Copy-ready code
/* CSS */
color: #0b07cf;
background-color: #0b07cf;
/* Tailwind (arbitrary) */
class="text-[#0b07cf] bg-[#0b07cf]"
/* SCSS */
$brand: #0b07cf;
/* SwiftUI */
Color(red: 0.043, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#0b07cf")Accessibility — WCAG contrast
Aa
#0b07cf on white: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b07cf on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green2.7%
Blue81.2%
CMYK percentages
Cyan94.7%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0b07cf text on a black background
contrast 1.95:1
Card sample
#0b07cf text on a white background
contrast 10.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b07cf;
Background color
Panel with #0b07cf background
background-color: #0b07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b07cf; background: linear-gradient(135deg, #0b07cf, #9007CF);