Cyan
#27F1C9
CyanColor Codes
All color formats for development
HEX
#27F1C9RGB
rgb(39, 241, 201)HSL
hsl(168, 88%, 55%)OKLCH
oklch(0.858 0.157 174.3)CMYK
cmyk(84%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDC1
2#0DD3AB
3#0CB996
4#0A9E81
5#08846B
6#076956
7#054F40
8#03352B
9#021A15
Tints
Lighter variations
1#3DF3CE
2#52F4D4
3#68F5D9
4#7EF7DF
5#93F8E4
6#A9F9E9
7#BEFBEF
8#D4FCF4
9#E9FEFA
Tones
Muted variations
1#31E7C3
2#3BDDBD
3#46D3B7
4#50C9B1
5#5ABFAB
6#64B5A4
7#6EAB9E
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 #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E3 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DDFDF7;
--cyan-200: #C1FBEF;
--cyan-300: #91F8E3;
--cyan-400: #57F4D5;
--cyan-500: #27F1C9;
--cyan-600: #0DD3AB;
--cyan-700: #0BA888;
--cyan-800: #087861;
--cyan-900: #054D3E;
--cyan-950: #033027;
}