#0884cf
a dark, electric blue · cool · closest name: steelblue
RGB
8, 132, 207
HSL
203°, 93%, 42%
CMYK
96, 36, 0, 19
Luminance
0.2106
Every format
| HEX | #0884cf |
| RGB | rgb(8, 132, 207) |
| HSL | hsl(203, 93%, 42%) |
| CMYK | cmyk(96%, 36%, 0%, 19%) |
| LAB | lab(53.0 -2.0 -46.8) |
| LCH | lch(53.0 46.9 267.5) |
| OKLCH | oklch(0.593 0.147 245.1) |
Copy-ready code
/* CSS */
color: #0884cf;
background-color: #0884cf;
/* Tailwind (arbitrary) */
class="text-[#0884cf] bg-[#0884cf]"
/* SCSS */
$brand: #0884cf;
/* SwiftUI */
Color(red: 0.031, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#0884cf")Accessibility — WCAG contrast
Aa
#0884cf on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0884cf on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green51.8%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#0884cf text on a black background
contrast 5.21:1
Card sample
#0884cf text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0884cf;
Background color
Panel with #0884cf background
background-color: #0884cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0884cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0884cf; background: linear-gradient(135deg, #0884cf, #1108CF);