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