Cyan
#30DFE8
CyanColor Codes
All color formats for development
HEX
#30DFE8RGB
rgb(48, 223, 232)HSL
hsl(183, 80%, 55%)OKLCH
oklch(0.825 0.132 200.4)CMYK
cmyk(79%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19D9E3
2#16C1CA
3#14A9B1
4#119197
5#0E797E
6#0B6065
7#08484C
8#063032
9#031819
Tints
Lighter variations
1#45E2EA
2#5AE5ED
3#6EE9EF
4#83ECF1
5#98EFF4
6#ACF2F6
7#C1F5F8
8#D6F9FA
9#EAFCFD
Tones
Muted variations
1#3AD7DF
2#43CED6
3#4CC6CD
4#55BEC3
5#5EB6BA
6#68ADB1
7#71A5A8
8#7A9D9F
9#839595
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 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | 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: #C3F6F8;
--cyan-300: #95EFF3;
--cyan-400: #5EE6ED;
--cyan-500: #30DFE8;
--cyan-600: #16C1CA;
--cyan-700: #129AA1;
--cyan-800: #0D6E73;
--cyan-900: #084649;
--cyan-950: #052C2E;
}