Cyan
#27F1C5
CyanColor Codes
All color formats for development
HEX
#27F1C5RGB
rgb(39, 241, 197)HSL
hsl(167, 88%, 55%)OKLCH
oklch(0.857 0.16 172.6)CMYK
cmyk(84%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDBD
2#0DD3A8
3#0CB993
4#0A9E7E
5#088469
6#076954
7#054F3F
8#03352A
9#021A15
Tints
Lighter variations
1#3DF3CB
2#52F4D1
3#68F5D7
4#7EF7DC
5#93F8E2
6#A9F9E8
7#BEFBEE
8#D4FCF3
9#E9FEF9
Tones
Muted variations
1#31E7C0
2#3BDDBA
3#46D3B4
4#50C9AF
5#5ABFA9
6#64B5A3
7#6EAB9D
8#78A098
9#829692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DDFDF6;
--cyan-200: #C1FBEE;
--cyan-300: #91F8E2;
--cyan-400: #57F4D2;
--cyan-500: #27F1C5;
--cyan-600: #0DD3A8;
--cyan-700: #0BA886;
--cyan-800: #087860;
--cyan-900: #054D3D;
--cyan-950: #033026;
}