Cyan
#27F1F1
CyanColor Codes
All color formats for development
HEX
#27F1F1RGB
rgb(39, 241, 241)HSL
hsl(180, 88%, 55%)OKLCH
oklch(0.87 0.144 194.8)CMYK
cmyk(84%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDED
2#0DD3D3
3#0CB9B9
4#0A9E9E
5#088484
6#076969
7#054F4F
8#033535
9#021A1A
Tints
Lighter variations
1#3DF3F3
2#52F4F4
3#68F5F5
4#7EF7F7
5#93F8F8
6#A9F9F9
7#BEFBFB
8#D4FCFC
9#E9FEFE
Tones
Muted variations
1#31E7E7
2#3BDDDD
3#46D3D3
4#50C9C9
5#5ABFBF
6#64B5B5
7#6EABAB
8#78A0A0
9#829696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DDFDFD;
--cyan-200: #C1FBFB;
--cyan-300: #91F8F8;
--cyan-400: #57F4F4;
--cyan-500: #27F1F1;
--cyan-600: #0DD3D3;
--cyan-700: #0BA8A8;
--cyan-800: #087878;
--cyan-900: #054D4D;
--cyan-950: #033030;
}