#18656a
a dark, vivid cyan · cool · closest name: teal
RGB
24, 101, 106
HSL
184°, 63%, 26%
CMYK
77, 5, 0, 58
Luminance
0.1054
Every format
| HEX | #18656a |
| RGB | rgb(24, 101, 106) |
| HSL | hsl(184, 63%, 26%) |
| CMYK | cmyk(77%, 5%, 0%, 58%) |
| LAB | lab(38.8 -20.5 -9.4) |
| LCH | lch(38.8 22.6 204.7) |
| OKLCH | oklch(0.465 0.071 201.5) |
Copy-ready code
/* CSS */
color: #18656a;
background-color: #18656a;
/* Tailwind (arbitrary) */
class="text-[#18656a] bg-[#18656a]"
/* SCSS */
$brand: #18656a;
/* SwiftUI */
Color(red: 0.094, green: 0.396, blue: 0.416)
/* Android */
Color.parseColor("#18656a")Accessibility — WCAG contrast
Aa
#18656a on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#18656a on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green39.6%
Blue41.6%
CMYK percentages
Cyan77.4%
Magenta4.7%
Yellow0.0%
Key (black)58.4%
Color previews
#18656a text on a black background
contrast 3.11:1
Card sample
#18656a text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18656a;
Background color
Panel with #18656a background
background-color: #18656a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18656a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 101, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 101, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18656a; background: linear-gradient(135deg, #18656a, #182E6A);