Cyan
#27F1CC
CyanColor Codes
All color formats for development
HEX
#27F1CCRGB
rgb(39, 241, 204)HSL
hsl(169, 88%, 55%)OKLCH
oklch(0.859 0.155 175.7)CMYK
cmyk(84%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDC5
2#0DD3AF
3#0CB999
4#0A9E83
5#08846D
6#076957
7#054F42
8#03352C
9#021A16
Tints
Lighter variations
1#3DF3D1
2#52F4D6
3#68F5DB
4#7EF7E1
5#93F8E6
6#A9F9EB
7#BEFBF0
8#D4FCF5
9#E9FEFA
Tones
Muted variations
1#31E7C6
2#3BDDBF
3#46D3B9
4#50C9B3
5#5ABFAC
6#64B5A6
7#6EAB9F
8#78A099
9#829693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | 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: #DDFDF7;
--cyan-200: #C1FBF0;
--cyan-300: #91F8E5;
--cyan-400: #57F4D7;
--cyan-500: #27F1CC;
--cyan-600: #0DD3AF;
--cyan-700: #0BA88B;
--cyan-800: #087863;
--cyan-900: #054D40;
--cyan-950: #033028;
}