#1cccac
a balanced, electric cyan · cool · closest name: turquoise
RGB
28, 204, 172
HSL
169°, 76%, 46%
CMYK
86, 0, 16, 20
Luminance
0.4641
Every format
| HEX | #1cccac |
| RGB | rgb(28, 204, 172) |
| HSL | hsl(169, 76%, 46%) |
| CMYK | cmyk(86%, 0%, 16%, 20%) |
| LAB | lab(73.8 -48.5 4.3) |
| LCH | lch(73.8 48.7 174.9) |
| OKLCH | oklch(0.757 0.138 175.6) |
Copy-ready code
/* CSS */
color: #1cccac;
background-color: #1cccac;
/* Tailwind (arbitrary) */
class="text-[#1cccac] bg-[#1cccac]"
/* SCSS */
$brand: #1cccac;
/* SwiftUI */
Color(red: 0.110, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#1cccac")Accessibility — WCAG contrast
Aa
#1cccac on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cccac on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green80.0%
Blue67.5%
CMYK percentages
Cyan86.3%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#1cccac text on a black background
contrast 10.28:1
Card sample
#1cccac text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cccac;
Background color
Panel with #1cccac background
background-color: #1cccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cccac; background: linear-gradient(135deg, #1cccac, #1C77CC);