Cyan
#27F1B8
GreenColor Codes
All color formats for development
HEX
#27F1B8RGB
rgb(39, 241, 184)HSL
hsl(163, 88%, 55%)OKLCH
oklch(0.853 0.168 167.3)CMYK
cmyk(84%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDAE
2#0DD39B
3#0CB988
4#0A9E74
5#088461
6#07694D
7#054F3A
8#033527
9#021A13
Tints
Lighter variations
1#3DF3BF
2#52F4C6
3#68F5CD
4#7EF7D4
5#93F8DC
6#A9F9E3
7#BEFBEA
8#D4FCF1
9#E9FEF8
Tones
Muted variations
1#31E7B4
2#3BDDAF
3#46D3AB
4#50C9A7
5#5ABFA2
6#64B59E
7#6EAB99
8#78A095
9#829691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFA;
--cyan-100: #DDFDF4;
--cyan-200: #C1FBEA;
--cyan-300: #91F8DB;
--cyan-400: #57F4C8;
--cyan-500: #27F1B8;
--cyan-600: #0DD39B;
--cyan-700: #0BA87B;
--cyan-800: #087858;
--cyan-900: #054D38;
--cyan-950: #033023;
}