#0886cb
a dark, electric blue · cool · closest name: steelblue
RGB
8, 134, 203
HSL
201°, 92%, 41%
CMYK
96, 34, 0, 20
Luminance
0.2141
Every format
| HEX | #0886cb |
| RGB | rgb(8, 134, 203) |
| HSL | hsl(201, 92%, 41%) |
| CMYK | cmyk(96%, 34%, 0%, 20%) |
| LAB | lab(53.4 -4.7 -44.0) |
| LCH | lch(53.4 44.2 263.9) |
| OKLCH | oklch(0.595 0.141 242.6) |
Copy-ready code
/* CSS */
color: #0886cb;
background-color: #0886cb;
/* Tailwind (arbitrary) */
class="text-[#0886cb] bg-[#0886cb]"
/* SCSS */
$brand: #0886cb;
/* SwiftUI */
Color(red: 0.031, green: 0.525, blue: 0.796)
/* Android */
Color.parseColor("#0886cb")Accessibility — WCAG contrast
Aa
#0886cb on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0886cb on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.5%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta34.0%
Yellow0.0%
Key (black)20.4%
Color previews
#0886cb text on a black background
contrast 5.28:1
Card sample
#0886cb text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0886cb;
Background color
Panel with #0886cb background
background-color: #0886cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0886cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 134, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 134, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0886cb; background: linear-gradient(135deg, #0886cb, #0C08CB);