Cyan
#32E4E7
CyanColor Codes
All color formats for development
HEX
#32E4E7RGB
rgb(50, 228, 231)HSL
hsl(181, 79%, 55%)OKLCH
oklch(0.837 0.134 196.7)CMYK
cmyk(78%, 1%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BDFE2
2#18C6C9
3#15ADB0
4#129497
5#0F7C7E
6#0C6364
7#094A4B
8#063132
9#031919
Tints
Lighter variations
1#46E7E9
2#5BE9EC
3#6FECEE
4#84EFF1
5#98F1F3
6#ADF4F5
7#C1F7F8
8#D6FAFA
9#EAFCFD
Tones
Muted variations
1#3BDBDE
2#44D2D5
3#4DCACC
4#56C1C3
5#5FB8BA
6#68AFB1
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 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F1 #96F1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEA #5FEAEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E4 #32E4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C6 #18C6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139D #139DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D70 #0D7072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C4F7F8;
--cyan-300: #96F1F3;
--cyan-400: #5FEAEC;
--cyan-500: #32E4E7;
--cyan-600: #18C6C9;
--cyan-700: #139DA0;
--cyan-800: #0D7072;
--cyan-900: #094849;
--cyan-950: #052D2E;
}