#0b0ace
a dark, electric blue · warm · closest name: blue
RGB
11, 10, 206
HSL
240°, 91%, 42%
CMYK
95, 95, 0, 19
Luminance
0.0474
Every format
| HEX | #0b0ace |
| RGB | rgb(11, 10, 206) |
| HSL | hsl(240, 91%, 42%) |
| CMYK | cmyk(95%, 95%, 0%, 19%) |
| LAB | lab(26.0 65.5 -90.4) |
| LCH | lch(26.0 111.6 305.9) |
| OKLCH | oklch(0.391 0.262 265.3) |
Copy-ready code
/* CSS */
color: #0b0ace;
background-color: #0b0ace;
/* Tailwind (arbitrary) */
class="text-[#0b0ace] bg-[#0b0ace]"
/* SCSS */
$brand: #0b0ace;
/* SwiftUI */
Color(red: 0.043, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#0b0ace")Accessibility — WCAG contrast
Aa
#0b0ace on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b0ace on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green3.9%
Blue80.8%
CMYK percentages
Cyan94.7%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#0b0ace text on a black background
contrast 1.95:1
Card sample
#0b0ace text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b0ace;
Background color
Panel with #0b0ace background
background-color: #0b0ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b0ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b0ace; background: linear-gradient(135deg, #0b0ace, #8E0ACE);