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