Cyan
#30D6E8
CyanColor Codes
All color formats for development
HEX
#30D6E8RGB
rgb(48, 214, 232)HSL
hsl(186, 80%, 55%)OKLCH
oklch(0.804 0.129 206.3)CMYK
cmyk(79%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19CFE3
2#16B8CA
3#14A1B1
4#118A97
5#0E737E
6#0B5C65
7#08454C
8#062E32
9#031719
Tints
Lighter variations
1#45DAEA
2#5ADEED
3#6EE2EF
4#83E6F1
5#98EAF4
6#ACEEF6
7#C1F3F8
8#D6F7FA
9#EAFBFD
Tones
Muted variations
1#3ACEDF
2#43C7D6
3#4CC0CD
4#55B8C3
5#5EB1BA
6#68AAB1
7#71A2A8
8#7A9B9F
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 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | 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: #C3F3F8;
--cyan-300: #95EAF3;
--cyan-400: #5EDFED;
--cyan-500: #30D6E8;
--cyan-600: #16B8CA;
--cyan-700: #1292A1;
--cyan-800: #0D6973;
--cyan-900: #084349;
--cyan-950: #052A2E;
}