#086281
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 98, 129
HSL
195°, 88%, 27%
CMYK
94, 24, 0, 49
Luminance
0.1037
Every format
| HEX | #086281 |
| RGB | rgb(8, 98, 129) |
| HSL | hsl(195, 88%, 27%) |
| CMYK | cmyk(94%, 24%, 0%, 49%) |
| LAB | lab(38.5 -11.9 -24.0) |
| LCH | lch(38.5 26.8 243.5) |
| OKLCH | oklch(0.465 0.089 229.2) |
Copy-ready code
/* CSS */
color: #086281;
background-color: #086281;
/* Tailwind (arbitrary) */
class="text-[#086281] bg-[#086281]"
/* SCSS */
$brand: #086281;
/* SwiftUI */
Color(red: 0.031, green: 0.384, blue: 0.506)
/* Android */
Color.parseColor("#086281")Accessibility — WCAG contrast
Aa
#086281 on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086281 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green38.4%
Blue50.6%
CMYK percentages
Cyan93.8%
Magenta24.0%
Yellow0.0%
Key (black)49.4%
Color previews
#086281 text on a black background
contrast 3.07:1
Card sample
#086281 text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086281;
Background color
Panel with #086281 background
background-color: #086281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 98, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 98, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086281; background: linear-gradient(135deg, #086281, #081181);