Cyan
#4DFFFF
CyanColor Codes
All color formats for development
HEX
#4DFFFFRGB
rgb(77, 255, 255)HSL
hsl(180, 100%, 65%)OKLCH
oklch(0.913 0.14 195)CMYK
cmyk(70%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFFF
2#0AFFFF
3#00E8E8
4#00C7C7
5#00A6A6
6#008585
7#006363
8#004242
9#002121
Tints
Lighter variations
1#5EFFFF
2#70FFFF
3#82FFFF
4#94FFFF
5#A6FFFF
6#B8FFFF
7#C9FFFF
8#DBFFFF
9#EDFFFF
Tones
Muted variations
1#55F6F6
2#5EEDED
3#67E4E4
4#70DBDB
5#79D2D2
6#82C9C9
7#8BC1C1
8#94B8B8
9#9DAFAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFFF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005252 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DBFFFF;
--cyan-200: #BDFFFF;
--cyan-300: #8AFFFF;
--cyan-400: #4DFFFF;
--cyan-500: #1AFFFF;
--cyan-600: #00E0E0;
--cyan-700: #00B3B3;
--cyan-800: #008080;
--cyan-900: #005252;
--cyan-950: #003333;
}