Cyan
#2CEDBC
CyanColor Codes
All color formats for development
HEX
#2CEDBCRGB
rgb(44, 237, 188)HSL
hsl(165, 84%, 55%)OKLCH
oklch(0.845 0.16 170)CMYK
cmyk(81%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8B3
2#12CE9F
3#10B58B
4#0D9B77
5#0B8164
6#096750
7#074D3C
8#043428
9#021A14
Tints
Lighter variations
1#41EEC3
2#56F0CA
3#6BF2D0
4#80F4D7
5#95F6DE
6#ABF8E4
7#C0F9EB
8#D5FBF2
9#EAFDF8
Tones
Muted variations
1#35E3B8
2#3FD9B3
3#49D0AE
4#52C6A9
5#5CBCA4
6#66B3A0
7#6FA99B
8#79A096
9#839691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DD | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF5;
--cyan-200: #C2FAEC;
--cyan-300: #93F6DD;
--cyan-400: #5BF1CB;
--cyan-500: #2CEDBC;
--cyan-600: #12CE9F;
--cyan-700: #0EA47F;
--cyan-800: #0A755B;
--cyan-900: #074B3A;
--cyan-950: #042F24;
}