#1cdfad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 223, 173
HSL
165°, 78%, 49%
CMYK
87, 0, 22, 13
Luminance
0.5604
Every format
| HEX | #1cdfad |
| RGB | rgb(28, 223, 173) |
| HSL | hsl(165, 78%, 49%) |
| CMYK | cmyk(87%, 0%, 22%, 13%) |
| LAB | lab(79.6 -55.9 12.1) |
| LCH | lch(79.6 57.2 167.8) |
| OKLCH | oklch(0.805 0.158 168.7) |
Copy-ready code
/* CSS */
color: #1cdfad;
background-color: #1cdfad;
/* Tailwind (arbitrary) */
class="text-[#1cdfad] bg-[#1cdfad]"
/* SCSS */
$brand: #1cdfad;
/* SwiftUI */
Color(red: 0.110, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#1cdfad")Accessibility — WCAG contrast
Aa
#1cdfad on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cdfad on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green87.5%
Blue67.8%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#1cdfad text on a black background
contrast 12.21:1
Card sample
#1cdfad text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cdfad;
Background color
Panel with #1cdfad background
background-color: #1cdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cdfad; background: linear-gradient(135deg, #1cdfad, #1C8FDF);