Cyan
#30E2E8
CyanColor Codes
All color formats for development
HEX
#30E2E8RGB
rgb(48, 226, 232)HSL
hsl(182, 80%, 55%)OKLCH
oklch(0.832 0.134 198.5)CMYK
cmyk(79%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19DCE3
2#16C4CA
3#14ABB1
4#119397
5#0E7A7E
6#0B6265
7#08494C
8#063132
9#031819
Tints
Lighter variations
1#45E5EA
2#5AE8ED
3#6EEBEF
4#83EEF1
5#98F0F4
6#ACF3F6
7#C1F6F8
8#D6F9FA
9#EAFCFD
Tones
Muted variations
1#3AD9DF
2#43D1D6
3#4CC8CD
4#55C0C3
5#5EB7BA
6#68AFB1
7#71A6A8
8#7A9D9F
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F0 #95F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5EE8 #5EE8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30E2 #30E2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C4 #16C4CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129C #129CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #084749 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFAFB;
--cyan-200: #C3F7F8;
--cyan-300: #95F0F3;
--cyan-400: #5EE8ED;
--cyan-500: #30E2E8;
--cyan-600: #16C4CA;
--cyan-700: #129CA1;
--cyan-800: #0D6F73;
--cyan-900: #084749;
--cyan-950: #052D2E;
}