Cyan
#30D3E8
CyanColor Codes
All color formats for development
HEX
#30D3E8RGB
rgb(48, 211, 232)HSL
hsl(187, 80%, 55%)OKLCH
oklch(0.797 0.128 208.4)CMYK
cmyk(79%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19CCE3
2#16B5CA
3#149EB1
4#118897
5#0E717E
6#0B5B65
7#08444C
8#062D32
9#031719
Tints
Lighter variations
1#45D7EA
2#5ADCED
3#6EE0EF
4#83E4F1
5#98E9F4
6#ACEDF6
7#C1F2F8
8#D6F6FA
9#EAFBFD
Tones
Muted variations
1#3ACCDF
2#43C5D6
3#4CBECD
4#55B6C3
5#5EAFBA
6#68A8B1
7#71A1A8
8#7A9A9F
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFD;
--cyan-100: #DFF8FB;
--cyan-200: #C3F2F8;
--cyan-300: #95E8F3;
--cyan-400: #5EDCED;
--cyan-500: #30D3E8;
--cyan-600: #16B5CA;
--cyan-700: #1290A1;
--cyan-800: #0D6773;
--cyan-900: #084249;
--cyan-950: #05292E;
}