#0879af
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 121, 175
HSL
199°, 91%, 36%
CMYK
95, 31, 0, 31
Luminance
0.1682
Every format
| HEX | #0879af |
| RGB | rgb(8, 121, 175) |
| HSL | hsl(199, 91%, 36%) |
| CMYK | cmyk(95%, 31%, 0%, 31%) |
| LAB | lab(48.0 -7.8 -36.4) |
| LCH | lch(48.0 37.2 257.9) |
| OKLCH | oklch(0.548 0.121 238.7) |
Copy-ready code
/* CSS */
color: #0879af;
background-color: #0879af;
/* Tailwind (arbitrary) */
class="text-[#0879af] bg-[#0879af]"
/* SCSS */
$brand: #0879af;
/* SwiftUI */
Color(red: 0.031, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#0879af")Accessibility — WCAG contrast
Aa
#0879af on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0879af on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green47.5%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta30.9%
Yellow0.0%
Key (black)31.4%
Color previews
#0879af text on a black background
contrast 4.36:1
Card sample
#0879af text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0879af;
Background color
Panel with #0879af background
background-color: #0879af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0879af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0879af; background: linear-gradient(135deg, #0879af, #080AAF);