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