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