Cyan
#2DEBD2
CyanColor Codes
All color formats for development
HEX
#2DEBD2RGB
rgb(45, 235, 210)HSL
hsl(172, 83%, 55%)OKLCH
oklch(0.846 0.146 181.1)CMYK
cmyk(81%, 0%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7CB
2#13CDB4
3#11B49E
4#0E9A87
5#0C8071
6#0A675A
7#074D44
8#05332D
9#021A17
Tints
Lighter variations
1#42EDD7
2#57EFDB
3#6CF1E0
4#81F3E4
5#96F5E9
6#ABF7ED
7#C0F9F2
8#D5FBF6
9#EAFDFB
Tones
Muted variations
1#37E2CB
2#40D8C4
3#4ACFBD
4#53C5B6
5#5DBCAF
6#66B2A8
7#70A9A1
8#799F9A
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF8;
--cyan-200: #C2F9F2;
--cyan-300: #94F5E8;
--cyan-400: #5CF0DC;
--cyan-500: #2DEBD2;
--cyan-600: #13CDB4;
--cyan-700: #0FA390;
--cyan-800: #0B7567;
--cyan-900: #074B42;
--cyan-950: #042F29;
}