#1cded4
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 222, 212
HSL
177°, 78%, 49%
CMYK
87, 0, 5, 13
Luminance
0.5724
Every format
| HEX | #1cded4 |
| RGB | rgb(28, 222, 212) |
| HSL | hsl(177, 78%, 49%) |
| CMYK | cmyk(87%, 0%, 5%, 13%) |
| LAB | lab(80.3 -45.3 -7.6) |
| LCH | lch(80.3 45.9 189.5) |
| OKLCH | oklch(0.814 0.138 188.9) |
Copy-ready code
/* CSS */
color: #1cded4;
background-color: #1cded4;
/* Tailwind (arbitrary) */
class="text-[#1cded4] bg-[#1cded4]"
/* SCSS */
$brand: #1cded4;
/* SwiftUI */
Color(red: 0.110, green: 0.871, blue: 0.831)
/* Android */
Color.parseColor("#1cded4")Accessibility — WCAG contrast
Aa
#1cded4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cded4 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green87.1%
Blue83.1%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow4.5%
Key (black)12.9%
Color previews
#1cded4 text on a black background
contrast 12.45:1
Card sample
#1cded4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cded4;
Background color
Panel with #1cded4 background
background-color: #1cded4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cded4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 222, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 222, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cded4; background: linear-gradient(135deg, #1cded4, #1C67DE);