#0b7ace
a dark, electric blue · cool · closest name: dodgerblue
RGB
11, 122, 206
HSL
206°, 90%, 43%
CMYK
95, 41, 0, 19
Luminance
0.1845
Every format
| HEX | #0b7ace |
| RGB | rgb(11, 122, 206) |
| HSL | hsl(206, 90%, 43%) |
| CMYK | cmyk(95%, 41%, 0%, 19%) |
| LAB | lab(50.0 3.8 -51.0) |
| LCH | lch(50.0 51.1 274.2) |
| OKLCH | oklch(0.569 0.156 249.6) |
Copy-ready code
/* CSS */
color: #0b7ace;
background-color: #0b7ace;
/* Tailwind (arbitrary) */
class="text-[#0b7ace] bg-[#0b7ace]"
/* SCSS */
$brand: #0b7ace;
/* SwiftUI */
Color(red: 0.043, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#0b7ace")Accessibility — WCAG contrast
Aa
#0b7ace on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b7ace on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green47.8%
Blue80.8%
CMYK percentages
Cyan94.7%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#0b7ace text on a black background
contrast 4.69:1
Card sample
#0b7ace text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b7ace;
Background color
Panel with #0b7ace background
background-color: #0b7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b7ace; background: linear-gradient(135deg, #0b7ace, #1E0BCE);