#086568
a deep, electric cyan · cool · closest name: teal
RGB
8, 101, 104
HSL
182°, 86%, 22%
CMYK
92, 3, 0, 59
Luminance
0.1036
Every format
| HEX | #086568 |
| RGB | rgb(8, 101, 104) |
| HSL | hsl(182, 86%, 22%) |
| CMYK | cmyk(92%, 3%, 0%, 59%) |
| LAB | lab(38.5 -22.8 -8.7) |
| LCH | lch(38.5 24.4 200.9) |
| OKLCH | oklch(0.461 0.076 198.5) |
Copy-ready code
/* CSS */
color: #086568;
background-color: #086568;
/* Tailwind (arbitrary) */
class="text-[#086568] bg-[#086568]"
/* SCSS */
$brand: #086568;
/* SwiftUI */
Color(red: 0.031, green: 0.396, blue: 0.408)
/* Android */
Color.parseColor("#086568")Accessibility — WCAG contrast
Aa
#086568 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086568 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.6%
Blue40.8%
CMYK percentages
Cyan92.3%
Magenta2.9%
Yellow0.0%
Key (black)59.2%
Color previews
#086568 text on a black background
contrast 3.07:1
Card sample
#086568 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086568;
Background color
Panel with #086568 background
background-color: #086568;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086568;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 101, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 101, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086568; background: linear-gradient(135deg, #086568, #082568);