Cyan
#30E8D0
CyanColor Codes
All color formats for development
HEX
#30E8D0RGB
rgb(48, 232, 208)HSL
hsl(172, 80%, 55%)OKLCH
oklch(0.839 0.143 181.3)CMYK
cmyk(79%, 0%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3C8
2#16CAB2
3#14B19C
4#119786
5#0E7E6F
6#0B6559
7#084C43
8#06322D
9#031916
Tints
Lighter variations
1#45EAD4
2#5AEDD9
3#6EEFDE
4#83F1E3
5#98F4E7
6#ACF6EC
7#C1F8F1
8#D6FAF6
9#EAFDFA
Tones
Muted variations
1#3ADFC9
2#43D6C2
3#4CCDBB
4#55C3B5
5#5EBAAE
6#68B1A7
7#71A8A0
8#7A9F9A
9#839593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDA | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084941 | 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: #DFFBF8;
--cyan-200: #C3F8F1;
--cyan-300: #95F3E7;
--cyan-400: #5EEDDA;
--cyan-500: #30E8D0;
--cyan-600: #16CAB2;
--cyan-700: #12A18E;
--cyan-800: #0D7365;
--cyan-900: #084941;
--cyan-950: #052E28;
}