Cyan
#2CEDDD
CyanColor Codes
All color formats for development
HEX
#2CEDDDRGB
rgb(44, 237, 221)HSL
hsl(175, 84%, 55%)OKLCH
oklch(0.854 0.143 185.9)CMYK
cmyk(81%, 0%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8D7
2#12CEBF
3#10B5A7
4#0D9B8F
5#0B8177
6#09675F
7#074D48
8#043430
9#021A18
Tints
Lighter variations
1#41EEE0
2#56F0E3
3#6BF2E7
4#80F4EA
5#95F6EE
6#ABF8F1
7#C0F9F5
8#D5FBF8
9#EAFDFC
Tones
Muted variations
1#35E3D5
2#3FD9CD
3#49D0C4
4#52C6BC
5#5CBCB4
6#66B3AC
7#6FA9A4
8#79A09C
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6ED | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | 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: #F1FEFD;
--cyan-100: #DEFCFA;
--cyan-200: #C2FAF5;
--cyan-300: #93F6ED;
--cyan-400: #5BF1E4;
--cyan-500: #2CEDDD;
--cyan-600: #12CEBF;
--cyan-700: #0EA498;
--cyan-800: #0A756C;
--cyan-900: #074B45;
--cyan-950: #042F2B;
}