Cyan
#32D2E7
CyanColor Codes
All color formats for development
HEX
#32D2E7RGB
rgb(50, 210, 231)HSL
hsl(187, 79%, 55%)OKLCH
oklch(0.794 0.127 208.5)CMYK
cmyk(78%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BCBE2
2#18B4C9
3#159EB0
4#128797
5#0F717E
6#0C5A64
7#09444B
8#062D32
9#031719
Tints
Lighter variations
1#46D6E9
2#5BDBEC
3#6FDFEE
4#84E4F1
5#98E8F3
6#ADEDF5
7#C1F1F8
8#D6F6FA
9#EAFAFD
Tones
Muted variations
1#3BCBDE
2#44C4D5
3#4DBDCC
4#56B6C3
5#5FAFBA
6#68A8B1
7#71A1A7
8#7A9A9E
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E8 #96E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDC #5FDCEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D2 #32D2E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B4 #18B4C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138F #138FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D66 #0D6672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFD;
--cyan-100: #DFF8FB;
--cyan-200: #C4F2F8;
--cyan-300: #96E8F3;
--cyan-400: #5FDCEC;
--cyan-500: #32D2E7;
--cyan-600: #18B4C9;
--cyan-700: #138FA0;
--cyan-800: #0D6672;
--cyan-900: #094249;
--cyan-950: #05292E;
}