Cyan
#32E7E7
CyanColor Codes
All color formats for development
HEX
#32E7E7RGB
rgb(50, 231, 231)HSL
hsl(180, 79%, 55%)OKLCH
oklch(0.844 0.136 194.9)CMYK
cmyk(78%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2E2
2#18C9C9
3#15B0B0
4#129797
5#0F7E7E
6#0C6464
7#094B4B
8#063232
9#031919
Tints
Lighter variations
1#46E9E9
2#5BECEC
3#6FEEEE
4#84F1F1
5#98F3F3
6#ADF5F5
7#C1F8F8
8#D6FAFA
9#EAFDFD
Tones
Muted variations
1#3BDEDE
2#44D5D5
3#4DCCCC
4#56C3C3
5#5FBABA
6#68B1B1
7#71A7A7
8#7A9E9E
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A0A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C4F8F8;
--cyan-300: #96F3F3;
--cyan-400: #5FECEC;
--cyan-500: #32E7E7;
--cyan-600: #18C9C9;
--cyan-700: #13A0A0;
--cyan-800: #0D7272;
--cyan-900: #094949;
--cyan-950: #052E2E;
}