#186a52
a dark, vivid cyan · cool · closest name: teal
RGB
24, 106, 82
HSL
162°, 63%, 26%
CMYK
77, 0, 23, 58
Luminance
0.1111
Every format
| HEX | #186a52 |
| RGB | rgb(24, 106, 82) |
| HSL | hsl(162, 63%, 26%) |
| CMYK | cmyk(77%, 0%, 23%, 58%) |
| LAB | lab(39.8 -30.3 6.7) |
| LCH | lch(39.8 31.0 167.6) |
| OKLCH | oklch(0.470 0.086 168.6) |
Copy-ready code
/* CSS */
color: #186a52;
background-color: #186a52;
/* Tailwind (arbitrary) */
class="text-[#186a52] bg-[#186a52]"
/* SCSS */
$brand: #186a52;
/* SwiftUI */
Color(red: 0.094, green: 0.416, blue: 0.322)
/* Android */
Color.parseColor("#186a52")Accessibility — WCAG contrast
Aa
#186a52 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#186a52 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green41.6%
Blue32.2%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow22.6%
Key (black)58.4%
Color previews
#186a52 text on a black background
contrast 3.22:1
Card sample
#186a52 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #186a52;
Background color
Panel with #186a52 background
background-color: #186a52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #186a52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 106, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 106, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #186a52; background: linear-gradient(135deg, #186a52, #184B6A);