Cyan
#30DCE8
CyanColor Codes
All color formats for development
HEX
#30DCE8RGB
rgb(48, 220, 232)HSL
hsl(184, 80%, 55%)OKLCH
oklch(0.818 0.131 202.3)CMYK
cmyk(79%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19D6E3
2#16BECA
3#14A6B1
4#118E97
5#0E777E
6#0B5F65
7#08474C
8#062F32
9#031819
Tints
Lighter variations
1#45DFEA
2#5AE3ED
3#6EE6EF
4#83EAF1
5#98EDF4
6#ACF1F6
7#C1F4F8
8#D6F8FA
9#EAFBFD
Tones
Muted variations
1#3AD4DF
2#43CCD6
3#4CC4CD
4#55BCC3
5#5EB4BA
6#68ACB1
7#71A4A8
8#7A9C9F
9#839495
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 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFAFB;
--cyan-200: #C3F5F8;
--cyan-300: #95EDF3;
--cyan-400: #5EE4ED;
--cyan-500: #30DCE8;
--cyan-600: #16BECA;
--cyan-700: #1297A1;
--cyan-800: #0D6C73;
--cyan-900: #084549;
--cyan-950: #052B2E;
}