Cyan
#2CEDC6
CyanColor Codes
All color formats for development
HEX
#2CEDC6RGB
rgb(44, 237, 198)HSL
hsl(168, 84%, 55%)OKLCH
oklch(0.848 0.154 174.3)CMYK
cmyk(81%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8BE
2#12CEA9
3#10B594
4#0D9B7F
5#0B8169
6#096754
7#074D3F
8#04342A
9#021A15
Tints
Lighter variations
1#41EECC
2#56F0D1
3#6BF2D7
4#80F4DD
5#95F6E3
6#ABF8E8
7#C0F9EE
8#D5FBF4
9#EAFDF9
Tones
Muted variations
1#35E3C0
2#3FD9BB
3#49D0B5
4#52C6AF
5#5CBCA9
6#66B3A3
7#6FA99E
8#79A098
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF6;
--cyan-200: #C2FAEF;
--cyan-300: #93F6E2;
--cyan-400: #5BF1D3;
--cyan-500: #2CEDC6;
--cyan-600: #12CEA9;
--cyan-700: #0EA486;
--cyan-800: #0A7560;
--cyan-900: #074B3D;
--cyan-950: #042F26;
}