Cyan
#2CEDD3
CyanColor Codes
All color formats for development
HEX
#2CEDD3RGB
rgb(44, 237, 211)HSL
hsl(172, 84%, 55%)OKLCH
oklch(0.851 0.147 180.7)CMYK
cmyk(81%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8CC
2#12CEB5
3#10B59F
4#0D9B88
5#0B8171
6#09675B
7#074D44
8#04342D
9#021A17
Tints
Lighter variations
1#41EED7
2#56F0DC
3#6BF2E0
4#80F4E5
5#95F6E9
6#ABF8ED
7#C0F9F2
8#D5FBF6
9#EAFDFB
Tones
Muted variations
1#35E3CC
2#3FD9C5
3#49D0BE
4#52C6B7
5#5CBCB0
6#66B3A9
7#6FA9A1
8#79A09A
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DD | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF8;
--cyan-200: #C2FAF2;
--cyan-300: #93F6E8;
--cyan-400: #5BF1DD;
--cyan-500: #2CEDD3;
--cyan-600: #12CEB5;
--cyan-700: #0EA490;
--cyan-800: #0A7567;
--cyan-900: #074B42;
--cyan-950: #042F29;
}