Cyan
#30E5E8
CyanColor Codes
All color formats for development
HEX
#30E5E8RGB
rgb(48, 229, 232)HSL
hsl(181, 80%, 55%)OKLCH
oklch(0.839 0.135 196.7)CMYK
cmyk(79%, 1%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E0E3
2#16C7CA
3#14AEB1
4#119597
5#0E7C7E
6#0B6365
7#084B4C
8#063232
9#031919
Tints
Lighter variations
1#45E8EA
2#5AEAED
3#6EEDEF
4#83EFF1
5#98F2F4
6#ACF5F6
7#C1F7F8
8#D6FAFA
9#EAFCFD
Tones
Muted variations
1#3ADCDF
2#43D3D6
3#4CCACD
4#55C1C3
5#5EB9BA
6#68B0B1
7#71A7A8
8#7A9E9F
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C3F7F8;
--cyan-300: #95F2F3;
--cyan-400: #5EEBED;
--cyan-500: #30E5E8;
--cyan-600: #16C7CA;
--cyan-700: #129EA1;
--cyan-800: #0D7173;
--cyan-900: #084849;
--cyan-950: #052D2E;
}