#086052
a deep, electric cyan · cool · closest name: teal
RGB
8, 96, 82
HSL
171°, 85%, 20%
CMYK
92, 0, 15, 62
Luminance
0.0903
Every format
| HEX | #086052 |
| RGB | rgb(8, 96, 82) |
| HSL | hsl(171, 85%, 20%) |
| CMYK | cmyk(92%, 0%, 15%, 62%) |
| LAB | lab(36.0 -27.4 1.3) |
| LCH | lch(36.0 27.4 177.3) |
| OKLCH | oklch(0.439 0.078 177.9) |
Copy-ready code
/* CSS */
color: #086052;
background-color: #086052;
/* Tailwind (arbitrary) */
class="text-[#086052] bg-[#086052]"
/* SCSS */
$brand: #086052;
/* SwiftUI */
Color(red: 0.031, green: 0.376, blue: 0.322)
/* Android */
Color.parseColor("#086052")Accessibility — WCAG contrast
Aa
#086052 on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086052 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green37.6%
Blue32.2%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow14.6%
Key (black)62.4%
Color previews
#086052 text on a black background
contrast 2.81:1
Card sample
#086052 text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086052;
Background color
Panel with #086052 background
background-color: #086052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 96, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 96, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086052; background: linear-gradient(135deg, #086052, #083360);