#0b8fd2
a dark, electric blue · cool · closest name: steelblue
RGB
11, 143, 210
HSL
200°, 90%, 43%
CMYK
95, 32, 0, 18
Luminance
0.2437
Every format
| HEX | #0b8fd2 |
| RGB | rgb(11, 143, 210) |
| HSL | hsl(200, 90%, 43%) |
| CMYK | cmyk(95%, 32%, 0%, 18%) |
| LAB | lab(56.5 -7.2 -43.1) |
| LCH | lch(56.5 43.7 260.5) |
| OKLCH | oklch(0.621 0.141 240.4) |
Copy-ready code
/* CSS */
color: #0b8fd2;
background-color: #0b8fd2;
/* Tailwind (arbitrary) */
class="text-[#0b8fd2] bg-[#0b8fd2]"
/* SCSS */
$brand: #0b8fd2;
/* SwiftUI */
Color(red: 0.043, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#0b8fd2")Accessibility — WCAG contrast
Aa
#0b8fd2 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b8fd2 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green56.1%
Blue82.4%
CMYK percentages
Cyan94.8%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#0b8fd2 text on a black background
contrast 5.87:1
Card sample
#0b8fd2 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b8fd2;
Background color
Panel with #0b8fd2 background
background-color: #0b8fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b8fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b8fd2; background: linear-gradient(135deg, #0b8fd2, #0C0BD2);