#18cfab
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 207, 171
HSL
168°, 79%, 45%
CMYK
88, 0, 17, 19
Luminance
0.4776
Every format
| HEX | #18cfab |
| RGB | rgb(24, 207, 171) |
| HSL | hsl(168, 79%, 45%) |
| CMYK | cmyk(88%, 0%, 17%, 19%) |
| LAB | lab(74.7 -50.3 6.1) |
| LCH | lch(74.7 50.6 173.1) |
| OKLCH | oklch(0.764 0.142 173.8) |
Copy-ready code
/* CSS */
color: #18cfab;
background-color: #18cfab;
/* Tailwind (arbitrary) */
class="text-[#18cfab] bg-[#18cfab]"
/* SCSS */
$brand: #18cfab;
/* SwiftUI */
Color(red: 0.094, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#18cfab")Accessibility — WCAG contrast
Aa
#18cfab on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18cfab on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green81.2%
Blue67.1%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#18cfab text on a black background
contrast 10.55:1
Card sample
#18cfab text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18cfab;
Background color
Panel with #18cfab background
background-color: #18cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18cfab; background: linear-gradient(135deg, #18cfab, #1879CF);