#0882cd
a dark, electric blue · cool · closest name: steelblue
RGB
8, 130, 205
HSL
203°, 93%, 42%
CMYK
96, 37, 0, 20
Luminance
0.2042
Every format
| HEX | #0882cd |
| RGB | rgb(8, 130, 205) |
| HSL | hsl(203, 93%, 42%) |
| CMYK | cmyk(96%, 37%, 0%, 20%) |
| LAB | lab(52.3 -1.6 -46.8) |
| LCH | lch(52.3 46.8 268.1) |
| OKLCH | oklch(0.587 0.147 245.4) |
Copy-ready code
/* CSS */
color: #0882cd;
background-color: #0882cd;
/* Tailwind (arbitrary) */
class="text-[#0882cd] bg-[#0882cd]"
/* SCSS */
$brand: #0882cd;
/* SwiftUI */
Color(red: 0.031, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#0882cd")Accessibility — WCAG contrast
Aa
#0882cd on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0882cd on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green51.0%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta36.6%
Yellow0.0%
Key (black)19.6%
Color previews
#0882cd text on a black background
contrast 5.08:1
Card sample
#0882cd text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0882cd;
Background color
Panel with #0882cd background
background-color: #0882cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0882cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0882cd; background: linear-gradient(135deg, #0882cd, #1108CD);