Cyan
#2DEBC5
CyanColor Codes
All color formats for development
HEX
#2DEBC5RGB
rgb(45, 235, 197)HSL
hsl(168, 83%, 55%)OKLCH
oklch(0.843 0.152 174.6)CMYK
cmyk(81%, 0%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7BD
2#13CDA8
3#11B493
4#0E9A7E
5#0C8069
6#0A6754
7#074D3F
8#05332A
9#021A15
Tints
Lighter variations
1#42EDCB
2#57EFD1
3#6CF1D7
4#81F3DC
5#96F5E2
6#ABF7E8
7#C0F9EE
8#D5FBF3
9#EAFDF9
Tones
Muted variations
1#37E2C0
2#40D8BA
3#4ACFB4
4#53C5AF
5#5DBCA9
6#66B2A3
7#70A99D
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 #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | 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: #C2F9EE;
--cyan-300: #94F5E2;
--cyan-400: #5CF0D2;
--cyan-500: #2DEBC5;
--cyan-600: #13CDA8;
--cyan-700: #0FA386;
--cyan-800: #0B755F;
--cyan-900: #074B3D;
--cyan-950: #042F26;
}