#18beba
a dark, electric cyan · cool · closest name: turquoise
RGB
24, 190, 186
HSL
179°, 78%, 42%
CMYK
87, 0, 2, 26
Luminance
0.4057
Every format
| HEX | #18beba |
| RGB | rgb(24, 190, 186) |
| HSL | hsl(179, 78%, 42%) |
| CMYK | cmyk(87%, 0%, 2%, 26%) |
| LAB | lab(69.9 -38.8 -9.1) |
| LCH | lch(69.9 39.9 193.2) |
| OKLCH | oklch(0.726 0.121 192.1) |
Copy-ready code
/* CSS */
color: #18beba;
background-color: #18beba;
/* Tailwind (arbitrary) */
class="text-[#18beba] bg-[#18beba]"
/* SCSS */
$brand: #18beba;
/* SwiftUI */
Color(red: 0.094, green: 0.745, blue: 0.729)
/* Android */
Color.parseColor("#18beba")Accessibility — WCAG contrast
Aa
#18beba on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18beba on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green74.5%
Blue72.9%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow2.1%
Key (black)25.5%
Color previews
#18beba text on a black background
contrast 9.11:1
Card sample
#18beba text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18beba;
Background color
Panel with #18beba background
background-color: #18beba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18beba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 190, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 190, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18beba; background: linear-gradient(135deg, #18beba, #1853BE);