Cyan
#32E7DE
CyanColor Codes
All color formats for development
HEX
#32E7DERGB
rgb(50, 231, 222)HSL
hsl(177, 79%, 55%)OKLCH
oklch(0.841 0.137 189.6)CMYK
cmyk(78%, 0%, 4%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2D8
2#18C9C0
3#15B0A8
4#129790
5#0F7E78
6#0C6460
7#094B48
8#063230
9#031918
Tints
Lighter variations
1#46E9E1
2#5BECE4
3#6FEEE8
4#84F1EB
5#98F3EE
6#ADF5F2
7#C1F8F5
8#D6FAF8
9#EAFDFC
Tones
Muted variations
1#3BDED6
2#44D5CE
3#4DCCC5
4#56C3BD
5#5FBAB5
6#68B1AD
7#71A7A5
8#7A9E9D
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C4F8F5;
--cyan-300: #96F3EE;
--cyan-400: #5FECE5;
--cyan-500: #32E7DE;
--cyan-600: #18C9C0;
--cyan-700: #13A099;
--cyan-800: #0D726D;
--cyan-900: #094946;
--cyan-950: #052E2C;
}