Cyan
#30E8DF
CyanColor Codes
All color formats for development
HEX
#30E8DFRGB
rgb(48, 232, 223)HSL
hsl(177, 80%, 55%)OKLCH
oklch(0.844 0.138 189.7)CMYK
cmyk(79%, 0%, 4%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3D9
2#16CAC1
3#14B1A9
4#119791
5#0E7E79
6#0B6560
7#084C48
8#063230
9#031918
Tints
Lighter variations
1#45EAE2
2#5AEDE5
3#6EEFE9
4#83F1EC
5#98F4EF
6#ACF6F2
7#C1F8F5
8#D6FAF9
9#EAFDFC
Tones
Muted variations
1#3ADFD7
2#43D6CE
3#4CCDC6
4#55C3BE
5#5EBAB6
6#68B1AD
7#71A8A5
8#7A9F9D
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C3F8F6;
--cyan-300: #95F3EF;
--cyan-400: #5EEDE6;
--cyan-500: #30E8DF;
--cyan-600: #16CAC1;
--cyan-700: #12A19A;
--cyan-800: #0D736E;
--cyan-900: #084946;
--cyan-950: #052E2C;
}