Cyan
#27F1D0
CyanColor Codes
All color formats for development
HEX
#27F1D0RGB
rgb(39, 241, 208)HSL
hsl(170, 88%, 55%)OKLCH
oklch(0.86 0.153 177.6)CMYK
cmyk(84%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDC8
2#0DD3B2
3#0CB99C
4#0A9E86
5#08846F
6#076959
7#054F43
8#03352D
9#021A16
Tints
Lighter variations
1#3DF3D4
2#52F4D9
3#68F5DE
4#7EF7E3
5#93F8E7
6#A9F9EC
7#BEFBF1
8#D4FCF6
9#E9FEFA
Tones
Muted variations
1#31E7C9
2#3BDDC2
3#46D3BB
4#50C9B5
5#5ABFAE
6#64B5A7
7#6EABA0
8#78A09A
9#829693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C1FBF1;
--cyan-300: #91F8E7;
--cyan-400: #57F4DA;
--cyan-500: #27F1D0;
--cyan-600: #0DD3B2;
--cyan-700: #0BA88E;
--cyan-800: #087865;
--cyan-900: #054D41;
--cyan-950: #033028;
}