Cyan
#30E8E5
CyanColor Codes
All color formats for development
HEX
#30E8E5RGB
rgb(48, 232, 229)HSL
hsl(179, 80%, 55%)OKLCH
oklch(0.846 0.137 193.1)CMYK
cmyk(79%, 0%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3E0
2#16CAC7
3#14B1AE
4#119795
5#0E7E7C
6#0B6563
7#084C4B
8#063232
9#031919
Tints
Lighter variations
1#45EAE8
2#5AEDEA
3#6EEFED
4#83F1EF
5#98F4F2
6#ACF6F5
7#C1F8F7
8#D6FAFA
9#EAFDFC
Tones
Muted variations
1#3ADFDC
2#43D6D3
3#4CCDCA
4#55C3C1
5#5EBAB9
6#68B1B0
7#71A8A7
8#7A9F9E
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 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C3F8F7;
--cyan-300: #95F3F2;
--cyan-400: #5EEDEB;
--cyan-500: #30E8E5;
--cyan-600: #16CAC7;
--cyan-700: #12A19E;
--cyan-800: #0D7371;
--cyan-900: #084948;
--cyan-950: #052E2D;
}