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