Cyan
#30D9E8
CyanColor Codes
All color formats for development
HEX
#30D9E8RGB
rgb(48, 217, 232)HSL
hsl(185, 80%, 55%)OKLCH
oklch(0.811 0.13 204.3)CMYK
cmyk(79%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19D2E3
2#16BBCA
3#14A4B1
4#118C97
5#0E757E
6#0B5E65
7#08464C
8#062F32
9#031719
Tints
Lighter variations
1#45DDEA
2#5AE0ED
3#6EE4EF
4#83E8F1
5#98ECF4
6#ACF0F6
7#C1F4F8
8#D6F7FA
9#EAFBFD
Tones
Muted variations
1#3AD1DF
2#43C9D6
3#4CC2CD
4#55BAC3
5#5EB3BA
6#68ABB1
7#71A3A8
8#7A9C9F
9#839495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EB #95EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE1 #5EE1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30D9 #30D9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BB #16BBCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1295 #1295A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #084449 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFD;
--cyan-100: #DFF9FB;
--cyan-200: #C3F4F8;
--cyan-300: #95EBF3;
--cyan-400: #5EE1ED;
--cyan-500: #30D9E8;
--cyan-600: #16BBCA;
--cyan-700: #1295A1;
--cyan-800: #0D6A73;
--cyan-900: #084449;
--cyan-950: #052A2E;
}