Cyan
#2CEDE9
CyanColor Codes
All color formats for development
HEX
#2CEDE9RGB
rgb(44, 237, 233)HSL
hsl(179, 84%, 55%)OKLCH
oklch(0.858 0.141 192.6)CMYK
cmyk(81%, 0%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8E5
2#12CECB
3#10B5B2
4#0D9B98
5#0B817F
6#096766
7#074D4C
8#043433
9#021A19
Tints
Lighter variations
1#41EEEC
2#56F0EE
3#6BF2F0
4#80F4F2
5#95F6F4
6#ABF8F6
7#C0F9F9
8#D5FBFB
9#EAFDFD
Tones
Muted variations
1#35E3E0
2#3FD9D7
3#49D0CD
4#52C6C4
5#5CBCBB
6#66B3B2
7#6FA9A8
8#79A09F
9#839696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2FAF9;
--cyan-300: #93F6F4;
--cyan-400: #5BF1EE;
--cyan-500: #2CEDE9;
--cyan-600: #12CECB;
--cyan-700: #0EA4A2;
--cyan-800: #0A7574;
--cyan-900: #074B4A;
--cyan-950: #042F2E;
}