Cyan
#30E8C3
CyanColor Codes
All color formats for development
HEX
#30E8C3RGB
rgb(48, 232, 195)HSL
hsl(168, 80%, 55%)OKLCH
oklch(0.835 0.149 174.8)CMYK
cmyk(79%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3BB
2#16CAA6
3#14B191
4#11977D
5#0E7E68
6#0B6553
7#084C3E
8#06322A
9#031915
Tints
Lighter variations
1#45EAC9
2#5AEDCF
3#6EEFD5
4#83F1DB
5#98F4E1
6#ACF6E7
7#C1F8ED
8#D6FAF3
9#EAFDF9
Tones
Muted variations
1#3ADFBE
2#43D6B8
3#4CCDB3
4#55C3AD
5#5EBAA8
6#68B1A2
7#71A89D
8#7A9F97
9#839592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF6;
--cyan-200: #C3F8EE;
--cyan-300: #95F3E1;
--cyan-400: #5EEDD1;
--cyan-500: #30E8C3;
--cyan-600: #16CAA6;
--cyan-700: #12A184;
--cyan-800: #0D735E;
--cyan-900: #08493C;
--cyan-950: #052E26;
}