Cyan
#32E7D8
CyanColor Codes
All color formats for development
HEX
#32E7D8RGB
rgb(50, 231, 216)HSL
hsl(175, 79%, 55%)OKLCH
oklch(0.839 0.139 186.2)CMYK
cmyk(78%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2D1
2#18C9BA
3#15B0A3
4#12978C
5#0F7E74
6#0C645D
7#094B46
8#06322F
9#031917
Tints
Lighter variations
1#46E9DC
2#5BECE0
3#6FEEE4
4#84F1E7
5#98F3EB
6#ADF5EF
7#C1F8F3
8#D6FAF7
9#EAFDFB
Tones
Muted variations
1#3BDED0
2#44D5C9
3#4DCCC1
4#56C3BA
5#5FBAB2
6#68B1AA
7#71A7A3
8#7A9E9B
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A094 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF9;
--cyan-200: #C4F8F4;
--cyan-300: #96F3EB;
--cyan-400: #5FECE1;
--cyan-500: #32E7D8;
--cyan-600: #18C9BA;
--cyan-700: #13A094;
--cyan-800: #0D726A;
--cyan-900: #094944;
--cyan-950: #052E2A;
}