Cyan
#30E8E8
CyanColor Codes
All color formats for development
HEX
#30E8E8RGB
rgb(48, 232, 232)HSL
hsl(180, 80%, 55%)OKLCH
oklch(0.847 0.137 194.9)CMYK
cmyk(79%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3E3
2#16CACA
3#14B1B1
4#119797
5#0E7E7E
6#0B6565
7#084C4C
8#063232
9#031919
Tints
Lighter variations
1#45EAEA
2#5AEDED
3#6EEFEF
4#83F1F1
5#98F4F4
6#ACF6F6
7#C1F8F8
8#D6FAFA
9#EAFDFD
Tones
Muted variations
1#3ADFDF
2#43D6D6
3#4CCDCD
4#55C3C3
5#5EBABA
6#68B1B1
7#71A8A8
8#7A9F9F
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C3F8F8;
--cyan-300: #95F3F3;
--cyan-400: #5EEDED;
--cyan-500: #30E8E8;
--cyan-600: #16CACA;
--cyan-700: #12A1A1;
--cyan-800: #0D7373;
--cyan-900: #084949;
--cyan-950: #052E2E;
}