Cyan
#2CEDD6
CyanColor Codes
All color formats for development
HEX
#2CEDD6RGB
rgb(44, 237, 214)HSL
hsl(173, 84%, 55%)OKLCH
oklch(0.852 0.146 182.2)CMYK
cmyk(81%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8D0
2#12CEB8
3#10B5A1
4#0D9B8A
5#0B8173
6#09675C
7#074D45
8#04342E
9#021A17
Tints
Lighter variations
1#41EEDA
2#56F0DE
3#6BF2E2
4#80F4E6
5#95F6EB
6#ABF8EF
7#C0F9F3
8#D5FBF7
9#EAFDFB
Tones
Muted variations
1#35E3CF
2#3FD9C7
3#49D0C0
4#52C6B9
5#5CBCB1
6#66B3AA
7#6FA9A2
8#79A09B
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF3;
--cyan-300: #93F6EA;
--cyan-400: #5BF1DF;
--cyan-500: #2CEDD6;
--cyan-600: #12CEB8;
--cyan-700: #0EA493;
--cyan-800: #0A7569;
--cyan-900: #074B43;
--cyan-950: #042F2A;
}