Cyan
#32D5E7
CyanColor Codes
All color formats for development
HEX
#32D5E7RGB
rgb(50, 213, 231)HSL
hsl(186, 79%, 55%)OKLCH
oklch(0.801 0.128 206.4)CMYK
cmyk(78%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BCEE2
2#18B7C9
3#15A0B0
4#128997
5#0F727E
6#0C5C64
7#09454B
8#062E32
9#031719
Tints
Lighter variations
1#46D9E9
2#5BDDEC
3#6FE1EE
4#84E6F1
5#98EAF3
6#ADEEF5
7#C1F2F8
8#D6F7FA
9#EAFBFD
Tones
Muted variations
1#3BCEDE
2#44C6D5
3#4DBFCC
4#56B8C3
5#5FB1BA
6#68A9B1
7#71A2A7
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 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E9 #96E9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDE #5FDEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D5 #32D5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B7 #18B7C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1392 #1392A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D68 #0D6872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | 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: #DFF8FB;
--cyan-200: #C4F3F8;
--cyan-300: #96E9F3;
--cyan-400: #5FDEEC;
--cyan-500: #32D5E7;
--cyan-600: #18B7C9;
--cyan-700: #1392A0;
--cyan-800: #0D6872;
--cyan-900: #094349;
--cyan-950: #052A2E;
}