Cyan
#32E7D5
CyanColor Codes
All color formats for development
HEX
#32E7D5RGB
rgb(50, 231, 213)HSL
hsl(174, 79%, 55%)OKLCH
oklch(0.838 0.14 184.5)CMYK
cmyk(78%, 0%, 8%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2CE
2#18C9B7
3#15B0A0
4#129789
5#0F7E72
6#0C645C
7#094B45
8#06322E
9#031917
Tints
Lighter variations
1#46E9D9
2#5BECDD
3#6FEEE1
4#84F1E6
5#98F3EA
6#ADF5EE
7#C1F8F2
8#D6FAF7
9#EAFDFB
Tones
Muted variations
1#3BDECE
2#44D5C6
3#4DCCBF
4#56C3B8
5#5FBAB1
6#68B1A9
7#71A7A2
8#7A9E9B
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF8;
--cyan-200: #C4F8F3;
--cyan-300: #96F3E9;
--cyan-400: #5FECDE;
--cyan-500: #32E7D5;
--cyan-600: #18C9B7;
--cyan-700: #13A092;
--cyan-800: #0D7268;
--cyan-900: #094943;
--cyan-950: #052E2A;
}