Cyan
#2DEBBC
CyanColor Codes
All color formats for development
HEX
#2DEBBCRGB
rgb(45, 235, 188)HSL
hsl(165, 83%, 55%)OKLCH
oklch(0.84 0.158 170.6)CMYK
cmyk(81%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7B3
2#13CD9F
3#11B48B
4#0E9A77
5#0C8063
6#0A674F
7#074D3C
8#053328
9#021A14
Tints
Lighter variations
1#42EDC3
2#57EFC9
3#6CF1D0
4#81F3D7
5#96F5DD
6#ABF7E4
7#C0F9EB
8#D5FBF2
9#EAFDF8
Tones
Muted variations
1#37E2B7
2#40D8B2
3#4ACFAE
4#53C5A9
5#5DBCA4
6#66B29F
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 #C2F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DD | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF5;
--cyan-200: #C2F9EC;
--cyan-300: #94F5DD;
--cyan-400: #5CF0CB;
--cyan-500: #2DEBBC;
--cyan-600: #13CD9F;
--cyan-700: #0FA37E;
--cyan-800: #0B755A;
--cyan-900: #074B3A;
--cyan-950: #042F24;
}