Cyan
#30E8C9
CyanColor Codes
All color formats for development
HEX
#30E8C9RGB
rgb(48, 232, 201)HSL
hsl(170, 80%, 55%)OKLCH
oklch(0.837 0.146 177.7)CMYK
cmyk(79%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3C2
2#16CAAC
3#14B197
4#119781
5#0E7E6C
6#0B6556
7#084C41
8#06322B
9#031916
Tints
Lighter variations
1#45EACF
2#5AEDD4
3#6EEFDA
4#83F1DF
5#98F4E4
6#ACF6EA
7#C1F8EF
8#D6FAF4
9#EAFDFA
Tones
Muted variations
1#3ADFC3
2#43D6BD
3#4CCDB7
4#55C3B1
5#5EBAAB
6#68B1A5
7#71A89F
8#7A9F98
9#839592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF7;
--cyan-200: #C3F8F0;
--cyan-300: #95F3E4;
--cyan-400: #5EEDD5;
--cyan-500: #30E8C9;
--cyan-600: #16CAAC;
--cyan-700: #12A189;
--cyan-800: #0D7362;
--cyan-900: #08493F;
--cyan-950: #052E27;
}