Cyan
#30E8DC
CyanColor Codes
All color formats for development
HEX
#30E8DCRGB
rgb(48, 232, 220)HSL
hsl(176, 80%, 55%)OKLCH
oklch(0.843 0.139 187.9)CMYK
cmyk(79%, 0%, 5%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3D6
2#16CABE
3#14B1A6
4#11978E
5#0E7E77
6#0B655F
7#084C47
8#06322F
9#031918
Tints
Lighter variations
1#45EADF
2#5AEDE3
3#6EEFE6
4#83F1EA
5#98F4ED
6#ACF6F1
7#C1F8F4
8#D6FAF8
9#EAFDFB
Tones
Muted variations
1#3ADFD4
2#43D6CC
3#4CCDC4
4#55C3BC
5#5EBAB4
6#68B1AC
7#71A8A4
8#7A9F9C
9#839594
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 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C3F8F5;
--cyan-300: #95F3ED;
--cyan-400: #5EEDE4;
--cyan-500: #30E8DC;
--cyan-600: #16CABE;
--cyan-700: #12A197;
--cyan-800: #0D736C;
--cyan-900: #084945;
--cyan-950: #052E2B;
}