#18cebf
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 206, 191
HSL
175°, 79%, 45%
CMYK
88, 0, 7, 19
Luminance
0.4810
Every format
| HEX | #18cebf |
| RGB | rgb(24, 206, 191) |
| HSL | hsl(175, 79%, 45%) |
| CMYK | cmyk(88%, 0%, 7%, 19%) |
| LAB | lab(74.9 -44.5 -4.4) |
| LCH | lch(74.9 44.7 185.6) |
| OKLCH | oklch(0.767 0.132 185.5) |
Copy-ready code
/* CSS */
color: #18cebf;
background-color: #18cebf;
/* Tailwind (arbitrary) */
class="text-[#18cebf] bg-[#18cebf]"
/* SCSS */
$brand: #18cebf;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#18cebf")Accessibility — WCAG contrast
Aa
#18cebf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18cebf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue74.9%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#18cebf text on a black background
contrast 10.62:1
Card sample
#18cebf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18cebf;
Background color
Panel with #18cebf background
background-color: #18cebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18cebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18cebf; background: linear-gradient(135deg, #18cebf, #1864CE);