Cyan
#27F1C2
CyanColor Codes
All color formats for development
HEX
#27F1C2RGB
rgb(39, 241, 194)HSL
hsl(166, 88%, 55%)OKLCH
oklch(0.856 0.161 171.3)CMYK
cmyk(84%, 0%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDB9
2#0DD3A5
3#0CB990
4#0A9E7C
5#088467
6#076952
7#054F3E
8#033529
9#021A15
Tints
Lighter variations
1#3DF3C8
2#52F4CE
3#68F5D4
4#7EF7DA
5#93F8E1
6#A9F9E7
7#BEFBED
8#D4FCF3
9#E9FEF9
Tones
Muted variations
1#31E7BD
2#3BDDB7
3#46D3B2
4#50C9AD
5#5ABFA7
6#64B5A2
7#6EAB9C
8#78A097
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 #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DDFDF6;
--cyan-200: #C1FBED;
--cyan-300: #91F8E0;
--cyan-400: #57F4D0;
--cyan-500: #27F1C2;
--cyan-600: #0DD3A5;
--cyan-700: #0BA883;
--cyan-800: #08785E;
--cyan-900: #054D3C;
--cyan-950: #033025;
}