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