Cyan
#30E8D6
CyanColor Codes
All color formats for development
HEX
#30E8D6RGB
rgb(48, 232, 214)HSL
hsl(174, 80%, 55%)OKLCH
oklch(0.841 0.141 184.6)CMYK
cmyk(79%, 0%, 8%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3CF
2#16CAB8
3#14B1A1
4#11978A
5#0E7E73
6#0B655C
7#084C45
8#06322E
9#031917
Tints
Lighter variations
1#45EADA
2#5AEDDE
3#6EEFE2
4#83F1E6
5#98F4EA
6#ACF6EE
7#C1F8F3
8#D6FAF7
9#EAFDFB
Tones
Muted variations
1#3ADFCE
2#43D6C7
3#4CCDC0
4#55C3B8
5#5EBAB1
6#68B1AA
7#71A8A2
8#7A9F9B
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 #C3F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084943 | 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: #C3F8F3;
--cyan-300: #95F3EA;
--cyan-400: #5EEDDF;
--cyan-500: #30E8D6;
--cyan-600: #16CAB8;
--cyan-700: #12A192;
--cyan-800: #0D7369;
--cyan-900: #084943;
--cyan-950: #052E2A;
}