Cyan
#2DEBDC
CyanColor Codes
All color formats for development
HEX
#2DEBDCRGB
rgb(45, 235, 220)HSL
hsl(175, 83%, 55%)OKLCH
oklch(0.849 0.142 186.4)CMYK
cmyk(81%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7D6
2#13CDBE
3#11B4A6
4#0E9A8E
5#0C8077
6#0A675F
7#074D47
8#05332F
9#021A18
Tints
Lighter variations
1#42EDDF
2#57EFE3
3#6CF1E6
4#81F3EA
5#96F5ED
6#ABF7F1
7#C0F9F4
8#D5FBF8
9#EAFDFB
Tones
Muted variations
1#37E2D4
2#40D8CC
3#4ACFC4
4#53C5BC
5#5DBCB4
6#66B2AC
7#70A9A4
8#799F9C
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5ED | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756C | 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: #DEFCF9;
--cyan-200: #C2F9F5;
--cyan-300: #94F5ED;
--cyan-400: #5CF0E3;
--cyan-500: #2DEBDC;
--cyan-600: #13CDBE;
--cyan-700: #0FA397;
--cyan-800: #0B756C;
--cyan-900: #074B45;
--cyan-950: #042F2B;
}