#0b16cf
a dark, electric blue · warm · closest name: blue
RGB
11, 22, 207
HSL
237°, 90%, 43%
CMYK
95, 89, 0, 19
Luminance
0.0515
Every format
| HEX | #0b16cf |
| RGB | rgb(11, 22, 207) |
| HSL | hsl(237, 90%, 43%) |
| CMYK | cmyk(95%, 89%, 0%, 19%) |
| LAB | lab(27.1 62.6 -89.0) |
| LCH | lch(27.1 108.8 305.1) |
| OKLCH | oklch(0.400 0.258 265.3) |
Copy-ready code
/* CSS */
color: #0b16cf;
background-color: #0b16cf;
/* Tailwind (arbitrary) */
class="text-[#0b16cf] bg-[#0b16cf]"
/* SCSS */
$brand: #0b16cf;
/* SwiftUI */
Color(red: 0.043, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#0b16cf")Accessibility — WCAG contrast
Aa
#0b16cf on white: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b16cf on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green8.6%
Blue81.2%
CMYK percentages
Cyan94.7%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#0b16cf text on a black background
contrast 2.03:1
Card sample
#0b16cf text on a white background
contrast 10.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b16cf;
Background color
Panel with #0b16cf background
background-color: #0b16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b16cf; background: linear-gradient(135deg, #0b16cf, #820BCF);