#18ceaa
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 206, 170
HSL
168°, 79%, 45%
CMYK
88, 0, 18, 19
Luminance
0.4724
Every format
| HEX | #18ceaa |
| RGB | rgb(24, 206, 170) |
| HSL | hsl(168, 79%, 45%) |
| CMYK | cmyk(88%, 0%, 18%, 19%) |
| LAB | lab(74.3 -50.1 6.2) |
| LCH | lch(74.3 50.5 173.0) |
| OKLCH | oklch(0.761 0.142 173.7) |
Copy-ready code
/* CSS */
color: #18ceaa;
background-color: #18ceaa;
/* Tailwind (arbitrary) */
class="text-[#18ceaa] bg-[#18ceaa]"
/* SCSS */
$brand: #18ceaa;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.667)
/* Android */
Color.parseColor("#18ceaa")Accessibility — WCAG contrast
Aa
#18ceaa on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18ceaa on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue66.7%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow17.5%
Key (black)19.2%
Color previews
#18ceaa text on a black background
contrast 10.45:1
Card sample
#18ceaa text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18ceaa;
Background color
Panel with #18ceaa background
background-color: #18ceaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18ceaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18ceaa; background: linear-gradient(135deg, #18ceaa, #1879CE);