Cyan
#2CEDD9
CyanColor Codes
All color formats for development
HEX
#2CEDD9RGB
rgb(44, 237, 217)HSL
hsl(174, 84%, 55%)OKLCH
oklch(0.853 0.145 183.8)CMYK
cmyk(81%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8D3
2#12CEBC
3#10B5A4
4#0D9B8D
5#0B8175
6#09675E
7#074D46
8#04342F
9#021A17
Tints
Lighter variations
1#41EEDD
2#56F0E1
3#6BF2E5
4#80F4E8
5#95F6EC
6#ABF8F0
7#C0F9F4
8#D5FBF7
9#EAFDFB
Tones
Muted variations
1#35E3D2
2#3FD9CA
3#49D0C2
4#52C6BB
5#5CBCB3
6#66B3AB
7#6FA9A3
8#79A09C
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 #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EC | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF4;
--cyan-300: #93F6EC;
--cyan-400: #5BF1E2;
--cyan-500: #2CEDD9;
--cyan-600: #12CEBC;
--cyan-700: #0EA495;
--cyan-800: #0A756B;
--cyan-900: #074B44;
--cyan-950: #042F2B;
}