#18697f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
24, 105, 127
HSL
193°, 68%, 30%
CMYK
81, 17, 0, 50
Luminance
0.1183
Every format
| HEX | #18697f |
| RGB | rgb(24, 105, 127) |
| HSL | hsl(193, 68%, 30%) |
| CMYK | cmyk(81%, 17%, 0%, 50%) |
| LAB | lab(40.9 -15.4 -18.9) |
| LCH | lch(40.9 24.4 230.9) |
| OKLCH | oklch(0.485 0.081 220.9) |
Copy-ready code
/* CSS */
color: #18697f;
background-color: #18697f;
/* Tailwind (arbitrary) */
class="text-[#18697f] bg-[#18697f]"
/* SCSS */
$brand: #18697f;
/* SwiftUI */
Color(red: 0.094, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#18697f")Accessibility — WCAG contrast
Aa
#18697f on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#18697f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green41.2%
Blue49.8%
CMYK percentages
Cyan81.1%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#18697f text on a black background
contrast 3.37:1
Card sample
#18697f text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18697f;
Background color
Panel with #18697f background
background-color: #18697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18697f; background: linear-gradient(135deg, #18697f, #18247F);