Cyan
#32D8E7
CyanColor Codes
All color formats for development
HEX
#32D8E7RGB
rgb(50, 216, 231)HSL
hsl(185, 79%, 55%)OKLCH
oklch(0.808 0.129 204.4)CMYK
cmyk(78%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BD1E2
2#18BAC9
3#15A3B0
4#128C97
5#0F747E
6#0C5D64
7#09464B
8#062F32
9#031719
Tints
Lighter variations
1#46DCE9
2#5BE0EC
3#6FE4EE
4#84E7F1
5#98EBF3
6#ADEFF5
7#C1F3F8
8#D6F7FA
9#EAFBFD
Tones
Muted variations
1#3BD0DE
2#44C9D5
3#4DC1CC
4#56BAC3
5#5FB2BA
6#68AAB1
7#71A3A7
8#7A9B9E
9#839495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EB #96EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE1 #5FE1EC | Disabled statesSecondary iconsMuted text |
| 500 | 32D8 #32D8E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18BA #18BAC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1394 #1394A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFD;
--cyan-100: #DFF9FB;
--cyan-200: #C4F4F8;
--cyan-300: #96EBF3;
--cyan-400: #5FE1EC;
--cyan-500: #32D8E7;
--cyan-600: #18BAC9;
--cyan-700: #1394A0;
--cyan-800: #0D6A72;
--cyan-900: #094449;
--cyan-950: #052A2E;
}