#086546
a deep, electric cyan · cool · closest name: seagreen
RGB
8, 101, 70
HSL
160°, 85%, 21%
CMYK
92, 0, 31, 60
Luminance
0.0980
Every format
| HEX | #086546 |
| RGB | rgb(8, 101, 70) |
| HSL | hsl(160, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 31%, 60%) |
| LAB | lab(37.5 -33.0 10.7) |
| LCH | lch(37.5 34.7 162.1) |
| OKLCH | oklch(0.450 0.094 163.2) |
Copy-ready code
/* CSS */
color: #086546;
background-color: #086546;
/* Tailwind (arbitrary) */
class="text-[#086546] bg-[#086546]"
/* SCSS */
$brand: #086546;
/* SwiftUI */
Color(red: 0.031, green: 0.396, blue: 0.275)
/* Android */
Color.parseColor("#086546")Accessibility — WCAG contrast
Aa
#086546 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086546 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.6%
Blue27.5%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow30.7%
Key (black)60.4%
Color previews
#086546 text on a black background
contrast 2.96:1
Card sample
#086546 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086546;
Background color
Panel with #086546 background
background-color: #086546;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086546;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 101, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 101, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086546; background: linear-gradient(135deg, #086546, #084665);