#0874ac
a dark, electric blue · cool · closest name: steelblue
RGB
8, 116, 172
HSL
201°, 91%, 35%
CMYK
95, 33, 0, 33
Luminance
0.1552
Every format
| HEX | #0874ac |
| RGB | rgb(8, 116, 172) |
| HSL | hsl(201, 91%, 35%) |
| CMYK | cmyk(95%, 33%, 0%, 33%) |
| LAB | lab(46.3 -6.0 -37.3) |
| LCH | lch(46.3 37.8 260.9) |
| OKLCH | oklch(0.534 0.122 240.7) |
Copy-ready code
/* CSS */
color: #0874ac;
background-color: #0874ac;
/* Tailwind (arbitrary) */
class="text-[#0874ac] bg-[#0874ac]"
/* SCSS */
$brand: #0874ac;
/* SwiftUI */
Color(red: 0.031, green: 0.455, blue: 0.675)
/* Android */
Color.parseColor("#0874ac")Accessibility — WCAG contrast
Aa
#0874ac on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0874ac on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.5%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta32.6%
Yellow0.0%
Key (black)32.5%
Color previews
#0874ac text on a black background
contrast 4.10:1
Card sample
#0874ac text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0874ac;
Background color
Panel with #0874ac background
background-color: #0874ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0874ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 116, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 116, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0874ac; background: linear-gradient(135deg, #0874ac, #0908AC);