#186b53
a dark, vivid cyan · cool · closest name: teal
RGB
24, 107, 83
HSL
163°, 63%, 26%
CMYK
78, 0, 22, 58
Luminance
0.1133
Every format
| HEX | #186b53 |
| RGB | rgb(24, 107, 83) |
| HSL | hsl(163, 63%, 26%) |
| CMYK | cmyk(78%, 0%, 22%, 58%) |
| LAB | lab(40.1 -30.5 6.6) |
| LCH | lch(40.1 31.2 167.8) |
| OKLCH | oklch(0.473 0.086 168.8) |
Copy-ready code
/* CSS */
color: #186b53;
background-color: #186b53;
/* Tailwind (arbitrary) */
class="text-[#186b53] bg-[#186b53]"
/* SCSS */
$brand: #186b53;
/* SwiftUI */
Color(red: 0.094, green: 0.420, blue: 0.325)
/* Android */
Color.parseColor("#186b53")Accessibility — WCAG contrast
Aa
#186b53 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#186b53 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green42.0%
Blue32.5%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow22.4%
Key (black)58.0%
Color previews
#186b53 text on a black background
contrast 3.27:1
Card sample
#186b53 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #186b53;
Background color
Panel with #186b53 background
background-color: #186b53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #186b53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 107, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 107, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #186b53; background: linear-gradient(135deg, #186b53, #184C6B);