Cyan
#32E7CF
CyanColor Codes
All color formats for development
HEX
#32E7CFRGB
rgb(50, 231, 207)HSL
hsl(172, 79%, 55%)OKLCH
oklch(0.836 0.142 181.2)CMYK
cmyk(78%, 0%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2C7
2#18C9B1
3#15B09B
4#129785
5#0F7E6F
6#0C6459
7#094B42
8#06322C
9#031916
Tints
Lighter variations
1#46E9D4
2#5BECD8
3#6FEEDD
4#84F1E2
5#98F3E7
6#ADF5EC
7#C1F8F1
8#D6FAF5
9#EAFDFA
Tones
Muted variations
1#3BDEC8
2#44D5C1
3#4DCCBB
4#56C3B4
5#5FBAAD
6#68B1A7
7#71A7A0
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 #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF7;
--cyan-200: #C4F8F1;
--cyan-300: #96F3E6;
--cyan-400: #5FECD9;
--cyan-500: #32E7CF;
--cyan-600: #18C9B1;
--cyan-700: #13A08D;
--cyan-800: #0D7265;
--cyan-900: #094940;
--cyan-950: #052E28;
}