Cyan
#30E8D3
CyanColor Codes
All color formats for development
HEX
#30E8D3RGB
rgb(48, 232, 211)HSL
hsl(173, 80%, 55%)OKLCH
oklch(0.84 0.142 183)CMYK
cmyk(79%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3CC
2#16CAB5
3#14B19E
4#119788
5#0E7E71
6#0B655B
7#084C44
8#06322D
9#031917
Tints
Lighter variations
1#45EAD7
2#5AEDDC
3#6EEFE0
4#83F1E4
5#98F4E9
6#ACF6ED
7#C1F8F2
8#D6FAF6
9#EAFDFB
Tones
Muted variations
1#3ADFCC
2#43D6C5
3#4CCDBE
4#55C3B6
5#5EBAAF
6#68B1A8
7#71A8A1
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 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF8;
--cyan-200: #C3F8F2;
--cyan-300: #95F3E8;
--cyan-400: #5EEDDC;
--cyan-500: #30E8D3;
--cyan-600: #16CAB5;
--cyan-700: #12A190;
--cyan-800: #0D7367;
--cyan-900: #084942;
--cyan-950: #052E29;
}