Cyan
#2DEBC9
CyanColor Codes
All color formats for development
HEX
#2DEBC9RGB
rgb(45, 235, 201)HSL
hsl(169, 83%, 55%)OKLCH
oklch(0.844 0.15 176.5)CMYK
cmyk(81%, 0%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7C1
2#13CDAB
3#11B496
4#0E9A80
5#0C806B
6#0A6756
7#074D40
8#05332B
9#021A15
Tints
Lighter variations
1#42EDCE
2#57EFD3
3#6CF1D9
4#81F3DE
5#96F5E4
6#ABF7E9
7#C0F9EF
8#D5FBF4
9#EAFDFA
Tones
Muted variations
1#37E2C3
2#40D8BD
3#4ACFB6
4#53C5B0
5#5DBCAA
6#66B2A4
7#70A99E
8#799F98
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF7;
--cyan-200: #C2F9EF;
--cyan-300: #94F5E3;
--cyan-400: #5CF0D5;
--cyan-500: #2DEBC9;
--cyan-600: #13CDAB;
--cyan-700: #0FA388;
--cyan-800: #0B7561;
--cyan-900: #074B3E;
--cyan-950: #042F27;
}