#1cdbcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 219, 207
HSL
176°, 77%, 48%
CMYK
87, 0, 6, 14
Luminance
0.5541
Every format
| HEX | #1cdbcf |
| RGB | rgb(28, 219, 207) |
| HSL | hsl(176, 77%, 48%) |
| CMYK | cmyk(87%, 0%, 6%, 14%) |
| LAB | lab(79.3 -45.4 -6.5) |
| LCH | lch(79.3 45.8 188.1) |
| OKLCH | oklch(0.805 0.137 187.7) |
Copy-ready code
/* CSS */
color: #1cdbcf;
background-color: #1cdbcf;
/* Tailwind (arbitrary) */
class="text-[#1cdbcf] bg-[#1cdbcf]"
/* SCSS */
$brand: #1cdbcf;
/* SwiftUI */
Color(red: 0.110, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#1cdbcf")Accessibility — WCAG contrast
Aa
#1cdbcf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cdbcf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green85.9%
Blue81.2%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#1cdbcf text on a black background
contrast 12.08:1
Card sample
#1cdbcf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cdbcf;
Background color
Panel with #1cdbcf background
background-color: #1cdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cdbcf; background: linear-gradient(135deg, #1cdbcf, #1C68DB);