Cyan
#1FF9D1
CyanColor Codes
All color formats for development
HEX
#1FF9D1RGB
rgb(31, 249, 209)HSL
hsl(169, 95%, 55%)OKLCH
oklch(0.879 0.162 175)CMYK
cmyk(88%, 0%, 16%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F6CA
2#06DBB4
3#05BF9D
4#04A487
5#048970
6#036D5A
7#025243
8#01372D
9#011B16
Tints
Lighter variations
1#36FAD6
2#4CFADA
3#62FBDF
4#79FCE4
5#8FFCE8
6#A5FDED
7#BCFDF1
8#D2FEF6
9#E9FEFA
Tones
Muted variations
1#2AEECA
2#35E3C3
3#40D9BD
4#4BCEB6
5#56C3AF
6#61B8A8
7#6CADA1
8#76A29A
9#819793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE8 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBDB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025041 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF8;
--cyan-200: #BEFDF2;
--cyan-300: #8DFCE8;
--cyan-400: #51FBDB;
--cyan-500: #1FF9D1;
--cyan-600: #06DBB4;
--cyan-700: #04AE8F;
--cyan-800: #037C66;
--cyan-900: #025041;
--cyan-950: #013229;
}