Cyan
#32E7C6
CyanColor Codes
All color formats for development
HEX
#32E7C6RGB
rgb(50, 231, 198)HSL
hsl(169, 79%, 55%)OKLCH
oklch(0.834 0.146 176.6)CMYK
cmyk(78%, 0%, 14%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2BD
2#18C9A8
3#15B093
4#12977E
5#0F7E69
6#0C6454
7#094B3F
8#06322A
9#031915
Tints
Lighter variations
1#46E9CB
2#5BECD1
3#6FEED7
4#84F1DD
5#98F3E2
6#ADF5E8
7#C1F8EE
8#D6FAF4
9#EAFDF9
Tones
Muted variations
1#3BDEC0
2#44D5BA
3#4DCCB4
4#56C3AF
5#5FBAA9
6#68B1A3
7#71A79D
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 #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF6;
--cyan-200: #C4F8EE;
--cyan-300: #96F3E2;
--cyan-400: #5FECD2;
--cyan-500: #32E7C6;
--cyan-600: #18C9A8;
--cyan-700: #13A086;
--cyan-800: #0D7260;
--cyan-900: #09493D;
--cyan-950: #052E26;
}