Cyan
#30E8C0
CyanColor Codes
All color formats for development
HEX
#30E8C0RGB
rgb(48, 232, 192)HSL
hsl(167, 80%, 55%)OKLCH
oklch(0.834 0.151 173.4)CMYK
cmyk(79%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3B7
2#16CAA3
3#14B18F
4#11977A
5#0E7E66
6#0B6552
7#084C3D
8#063229
9#031914
Tints
Lighter variations
1#45EAC7
2#5AEDCD
3#6EEFD3
4#83F1D9
5#98F4E0
6#ACF6E6
7#C1F8EC
8#D6FAF2
9#EAFDF9
Tones
Muted variations
1#3ADFBB
2#43D6B6
3#4CCDB1
4#55C3AB
5#5EBAA6
6#68B1A1
7#71A89C
8#7A9F97
9#839591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDCE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF5;
--cyan-200: #C3F8ED;
--cyan-300: #95F3DF;
--cyan-400: #5EEDCE;
--cyan-500: #30E8C0;
--cyan-600: #16CAA3;
--cyan-700: #12A182;
--cyan-800: #0D735D;
--cyan-900: #08493B;
--cyan-950: #052E25;
}