Cyan
#32E7E1
CyanColor Codes
All color formats for development
HEX
#32E7E1RGB
rgb(50, 231, 225)HSL
hsl(178, 79%, 55%)OKLCH
oklch(0.842 0.137 191.4)CMYK
cmyk(78%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2DB
2#18C9C3
3#15B0AB
4#129792
5#0F7E7A
6#0C6461
7#094B49
8#063231
9#031918
Tints
Lighter variations
1#46E9E4
2#5BECE7
3#6FEEEA
4#84F1ED
5#98F3F0
6#ADF5F3
7#C1F8F6
8#D6FAF9
9#EAFDFC
Tones
Muted variations
1#3BDED8
2#44D5D0
3#4DCCC7
4#56C3BF
5#5FBAB7
6#68B1AE
7#71A7A6
8#7A9E9D
9#839595
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 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | 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: #C4F8F6;
--cyan-300: #96F3F0;
--cyan-400: #5FECE8;
--cyan-500: #32E7E1;
--cyan-600: #18C9C3;
--cyan-700: #13A09B;
--cyan-800: #0D726F;
--cyan-900: #094947;
--cyan-950: #052E2C;
}