Cyan
#1FF9B8
GreenColor Codes
All color formats for development
HEX
#1FF9B8RGB
rgb(31, 249, 184)HSL
hsl(162, 95%, 55%)OKLCH
oklch(0.872 0.179 165.3)CMYK
cmyk(88%, 0%, 26%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F6AE
2#06DB9B
3#05BF87
4#04A474
5#048961
6#036D4D
7#02523A
8#013727
9#011B13
Tints
Lighter variations
1#36FABF
2#4CFAC6
3#62FBCD
4#79FCD4
5#8FFCDB
6#A5FDE3
7#BCFDEA
8#D2FEF1
9#E9FEF8
Tones
Muted variations
1#2AEEB3
2#35E3AF
3#40D9AB
4#4BCEA6
5#56C3A2
6#61B89E
7#6CAD99
8#76A295
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF4;
--cyan-200: #BEFDEA;
--cyan-300: #8DFCDB;
--cyan-400: #51FBC8;
--cyan-500: #1FF9B8;
--cyan-600: #06DB9B;
--cyan-700: #04AE7B;
--cyan-800: #037C58;
--cyan-900: #025038;
--cyan-950: #013223;
}