Cyan
#2CEDC3
CyanColor Codes
All color formats for development
HEX
#2CEDC3RGB
rgb(44, 237, 195)HSL
hsl(167, 84%, 55%)OKLCH
oklch(0.847 0.156 173)CMYK
cmyk(81%, 0%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E8BA
2#12CEA6
3#10B591
4#0D9B7C
5#0B8168
6#096753
7#074D3E
8#043429
9#021A15
Tints
Lighter variations
1#41EEC9
2#56F0CF
3#6BF2D5
4#80F4DB
5#95F6E1
6#ABF8E7
7#C0F9ED
8#D5FBF3
9#EAFDF9
Tones
Muted variations
1#35E3BD
2#3FD9B8
3#49D0B2
4#52C6AD
5#5CBCA8
6#66B3A2
7#6FA99D
8#79A097
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E0 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF6;
--cyan-200: #C2FAEE;
--cyan-300: #93F6E0;
--cyan-400: #5BF1D0;
--cyan-500: #2CEDC3;
--cyan-600: #12CEA6;
--cyan-700: #0EA484;
--cyan-800: #0A755E;
--cyan-900: #074B3C;
--cyan-950: #042F26;
}