Cyan
#32E7D2
CyanColor Codes
All color formats for development
HEX
#32E7D2RGB
rgb(50, 231, 210)HSL
hsl(173, 79%, 55%)OKLCH
oklch(0.837 0.141 182.9)CMYK
cmyk(78%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2CB
2#18C9B4
3#15B09E
4#129787
5#0F7E71
6#0C645A
7#094B44
8#06322D
9#031917
Tints
Lighter variations
1#46E9D6
2#5BECDB
3#6FEEDF
4#84F1E4
5#98F3E8
6#ADF5ED
7#C1F8F1
8#D6FAF6
9#EAFDFA
Tones
Muted variations
1#3BDECB
2#44D5C4
3#4DCCBD
4#56C3B6
5#5FBAAF
6#68B1A8
7#71A7A1
8#7A9E9A
9#839593
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 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7266 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF8;
--cyan-200: #C4F8F2;
--cyan-300: #96F3E8;
--cyan-400: #5FECDC;
--cyan-500: #32E7D2;
--cyan-600: #18C9B4;
--cyan-700: #13A08F;
--cyan-800: #0D7266;
--cyan-900: #094942;
--cyan-950: #052E29;
}