Cyan
#27F1D3
CyanColor Codes
All color formats for development
HEX
#27F1D3RGB
rgb(39, 241, 211)HSL
hsl(171, 88%, 55%)OKLCH
oklch(0.86 0.152 179)CMYK
cmyk(84%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDCC
2#0DD3B5
3#0CB99F
4#0A9E88
5#088471
6#07695B
7#054F44
8#03352D
9#021A17
Tints
Lighter variations
1#3DF3D7
2#52F4DC
3#68F5E0
4#7EF7E5
5#93F8E9
6#A9F9ED
7#BEFBF2
8#D4FCF6
9#E9FEFB
Tones
Muted variations
1#31E7CC
2#3BDDC5
3#46D3BE
4#50C9B7
5#5ABFB0
6#64B5A9
7#6EABA1
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 #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C1FBF2;
--cyan-300: #91F8E8;
--cyan-400: #57F4DD;
--cyan-500: #27F1D3;
--cyan-600: #0DD3B5;
--cyan-700: #0BA890;
--cyan-800: #087867;
--cyan-900: #054D42;
--cyan-950: #033029;
}