#1cd9b2
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 217, 178
HSL
168°, 77%, 48%
CMYK
87, 0, 18, 15
Luminance
0.5309
Every format
| HEX | #1cd9b2 |
| RGB | rgb(28, 217, 178) |
| HSL | hsl(168, 77%, 48%) |
| CMYK | cmyk(87%, 0%, 18%, 15%) |
| LAB | lab(77.9 -52.3 7.0) |
| LCH | lch(77.9 52.8 172.4) |
| OKLCH | oklch(0.791 0.148 173.1) |
Copy-ready code
/* CSS */
color: #1cd9b2;
background-color: #1cd9b2;
/* Tailwind (arbitrary) */
class="text-[#1cd9b2] bg-[#1cd9b2]"
/* SCSS */
$brand: #1cd9b2;
/* SwiftUI */
Color(red: 0.110, green: 0.851, blue: 0.698)
/* Android */
Color.parseColor("#1cd9b2")Accessibility — WCAG contrast
Aa
#1cd9b2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cd9b2 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green85.1%
Blue69.8%
CMYK percentages
Cyan87.1%
Magenta0.0%
Yellow18.0%
Key (black)14.9%
Color previews
#1cd9b2 text on a black background
contrast 11.62:1
Card sample
#1cd9b2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cd9b2;
Background color
Panel with #1cd9b2 background
background-color: #1cd9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cd9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 217, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 217, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cd9b2; background: linear-gradient(135deg, #1cd9b2, #1C82D9);