#18cea2
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 206, 162
HSL
166°, 79%, 45%
CMYK
88, 0, 21, 19
Luminance
0.4695
Every format
| HEX | #18cea2 |
| RGB | rgb(24, 206, 162) |
| HSL | hsl(166, 79%, 45%) |
| CMYK | cmyk(88%, 0%, 21%, 19%) |
| LAB | lab(74.2 -52.1 10.2) |
| LCH | lch(74.2 53.1 168.9) |
| OKLCH | oklch(0.759 0.147 169.8) |
Copy-ready code
/* CSS */
color: #18cea2;
background-color: #18cea2;
/* Tailwind (arbitrary) */
class="text-[#18cea2] bg-[#18cea2]"
/* SCSS */
$brand: #18cea2;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.635)
/* Android */
Color.parseColor("#18cea2")Accessibility — WCAG contrast
Aa
#18cea2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18cea2 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue63.5%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow21.4%
Key (black)19.2%
Color previews
#18cea2 text on a black background
contrast 10.39:1
Card sample
#18cea2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18cea2;
Background color
Panel with #18cea2 background
background-color: #18cea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18cea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18cea2; background: linear-gradient(135deg, #18cea2, #1881CE);