#186a6a
a dark, vivid cyan · cool · closest name: teal
RGB
24, 106, 106
HSL
180°, 63%, 26%
CMYK
77, 0, 0, 58
Luminance
0.1154
Every format
| HEX | #186a6a |
| RGB | rgb(24, 106, 106) |
| HSL | hsl(180, 63%, 26%) |
| CMYK | cmyk(77%, 0%, 0%, 58%) |
| LAB | lab(40.5 -23.1 -6.9) |
| LCH | lch(40.5 24.1 196.6) |
| OKLCH | oklch(0.478 0.074 195.0) |
Copy-ready code
/* CSS */
color: #186a6a;
background-color: #186a6a;
/* Tailwind (arbitrary) */
class="text-[#186a6a] bg-[#186a6a]"
/* SCSS */
$brand: #186a6a;
/* SwiftUI */
Color(red: 0.094, green: 0.416, blue: 0.416)
/* Android */
Color.parseColor("#186a6a")Accessibility — WCAG contrast
Aa
#186a6a on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#186a6a on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green41.6%
Blue41.6%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow0.0%
Key (black)58.4%
Color previews
#186a6a text on a black background
contrast 3.31:1
Card sample
#186a6a text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #186a6a;
Background color
Panel with #186a6a background
background-color: #186a6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #186a6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 106, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 106, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #186a6a; background: linear-gradient(135deg, #186a6a, #18336A);