Cyan
#27F1D6
CyanColor Codes
All color formats for development
HEX
#27F1D6RGB
rgb(39, 241, 214)HSL
hsl(172, 88%, 55%)OKLCH
oklch(0.861 0.151 180.5)CMYK
cmyk(84%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDD0
2#0DD3B9
3#0CB9A2
4#0A9E8A
5#088473
6#07695C
7#054F45
8#03352E
9#021A17
Tints
Lighter variations
1#3DF3DA
2#52F4DE
3#68F5E3
4#7EF7E7
5#93F8EB
6#A9F9EF
7#BEFBF3
8#D4FCF7
9#E9FEFB
Tones
Muted variations
1#31E7CF
2#3BDDC7
3#46D3C0
4#50C9B9
5#5ABFB1
6#64B5AA
7#6EABA2
8#78A09B
9#829694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C1FBF3;
--cyan-300: #91F8EA;
--cyan-400: #57F4DF;
--cyan-500: #27F1D6;
--cyan-600: #0DD3B9;
--cyan-700: #0BA893;
--cyan-800: #087869;
--cyan-900: #054D43;
--cyan-950: #03302A;
}