Cyan
#32E7C3
CyanColor Codes
All color formats for development
HEX
#32E7C3RGB
rgb(50, 231, 195)HSL
hsl(168, 79%, 55%)OKLCH
oklch(0.833 0.148 175.1)CMYK
cmyk(78%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2BA
2#18C9A5
3#15B091
4#12977C
5#0F7E67
6#0C6453
7#094B3E
8#063229
9#031915
Tints
Lighter variations
1#46E9C9
2#5BECCF
3#6FEED5
4#84F1DB
5#98F3E1
6#ADF5E7
7#C1F8ED
8#D6FAF3
9#EAFDF9
Tones
Muted variations
1#3BDEBD
2#44D5B8
3#4DCCB2
4#56C3AD
5#5FBAA7
6#68B1A2
7#71A79D
8#7A9E97
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 #96F3E0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | 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: #96F3E0;
--cyan-400: #5FECD0;
--cyan-500: #32E7C3;
--cyan-600: #18C9A5;
--cyan-700: #13A084;
--cyan-800: #0D725E;
--cyan-900: #09493C;
--cyan-950: #052E26;
}