Cyan
#32E7C9
CyanColor Codes
All color formats for development
HEX
#32E7C9RGB
rgb(50, 231, 201)HSL
hsl(170, 79%, 55%)OKLCH
oklch(0.835 0.145 178.1)CMYK
cmyk(78%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2C1
2#18C9AB
3#15B096
4#129780
5#0F7E6B
6#0C6456
7#094B40
8#06322B
9#031915
Tints
Lighter variations
1#46E9CE
2#5BECD4
3#6FEED9
4#84F1DE
5#98F3E4
6#ADF5E9
7#C1F8EF
8#D6FAF4
9#EAFDFA
Tones
Muted variations
1#3BDEC3
2#44D5BD
3#4DCCB7
4#56C3B1
5#5FBAAA
6#68B1A4
7#71A79E
8#7A9E98
9#839592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF7;
--cyan-200: #C4F8EF;
--cyan-300: #96F3E3;
--cyan-400: #5FECD5;
--cyan-500: #32E7C9;
--cyan-600: #18C9AB;
--cyan-700: #13A088;
--cyan-800: #0D7261;
--cyan-900: #09493E;
--cyan-950: #052E27;
}