#18ceaf
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 206, 175
HSL
170°, 79%, 45%
CMYK
88, 0, 15, 19
Luminance
0.4743
Every format
| HEX | #18ceaf |
| RGB | rgb(24, 206, 175) |
| HSL | hsl(170, 79%, 45%) |
| CMYK | cmyk(88%, 0%, 15%, 19%) |
| LAB | lab(74.5 -48.8 3.6) |
| LCH | lch(74.5 49.0 175.7) |
| OKLCH | oklch(0.762 0.139 176.3) |
Copy-ready code
/* CSS */
color: #18ceaf;
background-color: #18ceaf;
/* Tailwind (arbitrary) */
class="text-[#18ceaf] bg-[#18ceaf]"
/* SCSS */
$brand: #18ceaf;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#18ceaf")Accessibility — WCAG contrast
Aa
#18ceaf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18ceaf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#18ceaf text on a black background
contrast 10.49:1
Card sample
#18ceaf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18ceaf;
Background color
Panel with #18ceaf background
background-color: #18ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18ceaf; background: linear-gradient(135deg, #18ceaf, #1874CE);