Cyan
#2DEBBF
CyanColor Codes
All color formats for development
HEX
#2DEBBFRGB
rgb(45, 235, 191)HSL
hsl(166, 83%, 55%)OKLCH
oklch(0.841 0.156 171.9)CMYK
cmyk(81%, 0%, 19%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7B6
2#13CDA2
3#11B48E
4#0E9A79
5#0C8065
6#0A6751
7#074D3D
8#053328
9#021A14
Tints
Lighter variations
1#42EDC5
2#57EFCC
3#6CF1D2
4#81F3D9
5#96F5DF
6#ABF7E5
7#C0F9EC
8#D5FBF2
9#EAFDF9
Tones
Muted variations
1#37E2BA
2#40D8B5
3#4ACFB0
4#53C5AB
5#5DBCA6
6#66B2A1
7#70A99B
8#799F96
9#839691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF5;
--cyan-200: #C2F9ED;
--cyan-300: #94F5DE;
--cyan-400: #5CF0CD;
--cyan-500: #2DEBBF;
--cyan-600: #13CDA2;
--cyan-700: #0FA381;
--cyan-800: #0B755C;
--cyan-900: #074B3B;
--cyan-950: #042F25;
}