Cyan
#2CEDCD
CyanColor Codes
All color formats for development
HEX
#2CEDCDRGB
rgb(44, 237, 205)HSL
hsl(170, 84%, 55%)OKLCH
oklch(0.85 0.15 177.7)CMYK
cmyk(81%, 0%, 14%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8C5
2#12CEAF
3#10B599
4#0D9B83
5#0B816D
6#096758
7#074D42
8#04342C
9#021A16
Tints
Lighter variations
1#41EED2
2#56F0D7
3#6BF2DC
4#80F4E1
5#95F6E6
6#ABF8EB
7#C0F9F0
8#D5FBF5
9#EAFDFA
Tones
Muted variations
1#35E3C6
2#3FD9C0
3#49D0B9
4#52C6B3
5#5CBCAC
6#66B3A6
7#6FA9A0
8#79A099
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E5 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA48B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B40 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF7;
--cyan-200: #C2FAF0;
--cyan-300: #93F6E5;
--cyan-400: #5BF1D8;
--cyan-500: #2CEDCD;
--cyan-600: #12CEAF;
--cyan-700: #0EA48B;
--cyan-800: #0A7563;
--cyan-900: #074B40;
--cyan-950: #042F28;
}