Cyan
#30E8D9
CyanColor Codes
All color formats for development
HEX
#30E8D9RGB
rgb(48, 232, 217)HSL
hsl(175, 80%, 55%)OKLCH
oklch(0.842 0.14 186.3)CMYK
cmyk(79%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3D2
2#16CABB
3#14B1A4
4#11978C
5#0E7E75
6#0B655E
7#084C46
8#06322F
9#031917
Tints
Lighter variations
1#45EADD
2#5AEDE0
3#6EEFE4
4#83F1E8
5#98F4EC
6#ACF6F0
7#C1F8F4
8#D6FAF7
9#EAFDFB
Tones
Muted variations
1#3ADFD1
2#43D6C9
3#4CCDC2
4#55C3BA
5#5EBAB3
6#68B1AB
7#71A8A3
8#7A9F9C
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF9;
--cyan-200: #C3F8F4;
--cyan-300: #95F3EB;
--cyan-400: #5EEDE1;
--cyan-500: #30E8D9;
--cyan-600: #16CABB;
--cyan-700: #12A195;
--cyan-800: #0D736A;
--cyan-900: #084944;
--cyan-950: #052E2A;
}