Cyan
#32E1E7
CyanColor Codes
All color formats for development
HEX
#32E1E7RGB
rgb(50, 225, 231)HSL
hsl(182, 79%, 55%)OKLCH
oklch(0.83 0.133 198.5)CMYK
cmyk(78%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BDBE2
2#18C3C9
3#15ABB0
4#129297
5#0F7A7E
6#0C6164
7#09494B
8#063132
9#031819
Tints
Lighter variations
1#46E4E9
2#5BE7EC
3#6FEAEE
4#84EDF1
5#98F0F3
6#ADF3F5
7#C1F6F8
8#D6F9FA
9#EAFCFD
Tones
Muted variations
1#3BD8DE
2#44D0D5
3#4DC7CC
4#56BFC3
5#5FB7BA
6#68AEB1
7#71A6A7
8#7A9D9E
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F0 #96F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FE8 #5FE8EC | Disabled statesSecondary iconsMuted text |
| 500 | 32E1 #32E1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C3 #18C3C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139B #139BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFAFB;
--cyan-200: #C4F6F8;
--cyan-300: #96F0F3;
--cyan-400: #5FE8EC;
--cyan-500: #32E1E7;
--cyan-600: #18C3C9;
--cyan-700: #139BA0;
--cyan-800: #0D6F72;
--cyan-900: #094749;
--cyan-950: #052C2E;
}