#1cefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 239, 223
HSL
176°, 87%, 52%
CMYK
88, 0, 7, 6
Luminance
0.6731
Every format
| HEX | #1cefdf |
| RGB | rgb(28, 239, 223) |
| HSL | hsl(176, 87%, 52%) |
| CMYK | cmyk(88%, 0%, 7%, 6%) |
| LAB | lab(85.7 -49.5 -5.5) |
| LCH | lch(85.7 49.8 186.4) |
| OKLCH | oklch(0.858 0.147 186.1) |
Copy-ready code
/* CSS */
color: #1cefdf;
background-color: #1cefdf;
/* Tailwind (arbitrary) */
class="text-[#1cefdf] bg-[#1cefdf]"
/* SCSS */
$brand: #1cefdf;
/* SwiftUI */
Color(red: 0.110, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#1cefdf")Accessibility — WCAG contrast
Aa
#1cefdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cefdf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green93.7%
Blue87.5%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#1cefdf text on a black background
contrast 14.46:1
Card sample
#1cefdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cefdf;
Background color
Panel with #1cefdf background
background-color: #1cefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cefdf; background: linear-gradient(135deg, #1cefdf, #1C72EF);