#18bea7
a dark, electric cyan · cool · closest name: turquoise
RGB
24, 190, 167
HSL
172°, 78%, 42%
CMYK
87, 0, 12, 26
Luminance
0.3981
Every format
| HEX | #18bea7 |
| RGB | rgb(24, 190, 167) |
| HSL | hsl(172, 78%, 42%) |
| CMYK | cmyk(87%, 0%, 12%, 26%) |
| LAB | lab(69.3 -44.2 0.5) |
| LCH | lch(69.3 44.2 179.3) |
| OKLCH | oklch(0.720 0.127 179.7) |
Copy-ready code
/* CSS */
color: #18bea7;
background-color: #18bea7;
/* Tailwind (arbitrary) */
class="text-[#18bea7] bg-[#18bea7]"
/* SCSS */
$brand: #18bea7;
/* SwiftUI */
Color(red: 0.094, green: 0.745, blue: 0.655)
/* Android */
Color.parseColor("#18bea7")Accessibility — WCAG contrast
Aa
#18bea7 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18bea7 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green74.5%
Blue65.5%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow12.1%
Key (black)25.5%
Color previews
#18bea7 text on a black background
contrast 8.96:1
Card sample
#18bea7 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18bea7;
Background color
Panel with #18bea7 background
background-color: #18bea7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18bea7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 190, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 190, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18bea7; background: linear-gradient(135deg, #18bea7, #1866BE);