Cyan
#30E8E2
CyanColor Codes
All color formats for development
HEX
#30E8E2RGB
rgb(48, 232, 226)HSL
hsl(178, 80%, 55%)OKLCH
oklch(0.845 0.138 191.4)CMYK
cmyk(79%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3DC
2#16CAC4
3#14B1AB
4#119793
5#0E7E7A
6#0B6562
7#084C49
8#063231
9#031918
Tints
Lighter variations
1#45EAE5
2#5AEDE8
3#6EEFEB
4#83F1EE
5#98F4F0
6#ACF6F3
7#C1F8F6
8#D6FAF9
9#EAFDFC
Tones
Muted variations
1#3ADFD9
2#43D6D1
3#4CCDC8
4#55C3C0
5#5EBAB7
6#68B1AF
7#71A8A6
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 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C3F8F7;
--cyan-300: #95F3F0;
--cyan-400: #5EEDE8;
--cyan-500: #30E8E2;
--cyan-600: #16CAC4;
--cyan-700: #12A19C;
--cyan-800: #0D736F;
--cyan-900: #084947;
--cyan-950: #052E2D;
}