Cyan
#27F1E0
CyanColor Codes
All color formats for development
HEX
#27F1E0RGB
rgb(39, 241, 224)HSL
hsl(175, 88%, 55%)OKLCH
oklch(0.864 0.147 185.6)CMYK
cmyk(84%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDDB
2#0DD3C2
3#0CB9AA
4#0A9E92
5#08847A
6#076961
7#054F49
8#033531
9#021A18
Tints
Lighter variations
1#3DF3E3
2#52F4E7
3#68F5EA
4#7EF7ED
5#93F8F0
6#A9F9F3
7#BEFBF6
8#D4FCF9
9#E9FEFC
Tones
Muted variations
1#31E7D8
2#3BDDD0
3#46D3C7
4#50C9BF
5#5ABFB6
6#64B5AE
7#6EABA5
8#78A09D
9#829695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDFA;
--cyan-200: #C1FBF6;
--cyan-300: #91F8EF;
--cyan-400: #57F4E7;
--cyan-500: #27F1E0;
--cyan-600: #0DD3C2;
--cyan-700: #0BA89B;
--cyan-800: #08786E;
--cyan-900: #054D47;
--cyan-950: #03302C;
}