Cyan
#32DEE7
CyanColor Codes
All color formats for development
HEX
#32DEE7RGB
rgb(50, 222, 231)HSL
hsl(183, 79%, 55%)OKLCH
oklch(0.823 0.131 200.4)CMYK
cmyk(78%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BD8E2
2#18C0C9
3#15A8B0
4#129097
5#0F787E
6#0C6064
7#09484B
8#063032
9#031819
Tints
Lighter variations
1#46E1E9
2#5BE4EC
3#6FE8EE
4#84EBF1
5#98EEF3
6#ADF2F5
7#C1F5F8
8#D6F8FA
9#EAFCFD
Tones
Muted variations
1#3BD6DE
2#44CED5
3#4DC5CC
4#56BDC3
5#5FB5BA
6#68ADB1
7#71A5A7
8#7A9D9E
9#839495
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 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EE #96EEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE5 #5FE5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32DE #32DEE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C0 #18C0C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1399 #1399A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6D #0D6D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094649 | 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: #C4F5F8;
--cyan-300: #96EEF3;
--cyan-400: #5FE5EC;
--cyan-500: #32DEE7;
--cyan-600: #18C0C9;
--cyan-700: #1399A0;
--cyan-800: #0D6D72;
--cyan-900: #094649;
--cyan-950: #052C2E;
}