Cyan
#30E8CD
CyanColor Codes
All color formats for development
HEX
#30E8CDRGB
rgb(48, 232, 205)HSL
hsl(171, 80%, 55%)OKLCH
oklch(0.838 0.144 179.8)CMYK
cmyk(79%, 0%, 12%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3C5
2#16CAAF
3#14B199
4#119783
5#0E7E6D
6#0B6558
7#084C42
8#06322C
9#031916
Tints
Lighter variations
1#45EAD2
2#5AEDD7
3#6EEFDC
4#83F1E1
5#98F4E6
6#ACF6EB
7#C1F8F0
8#D6FAF5
9#EAFDFA
Tones
Muted variations
1#3ADFC6
2#43D6C0
3#4CCDB9
4#55C3B3
5#5EBAAC
6#68B1A6
7#71A8A0
8#7A9F99
9#839593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF7;
--cyan-200: #C3F8F0;
--cyan-300: #95F3E5;
--cyan-400: #5EEDD8;
--cyan-500: #30E8CD;
--cyan-600: #16CAAF;
--cyan-700: #12A18B;
--cyan-800: #0D7363;
--cyan-900: #084940;
--cyan-950: #052E28;
}