Cyan
#27F1DA
CyanColor Codes
All color formats for development
HEX
#27F1DARGB
rgb(39, 241, 218)HSL
hsl(173, 88%, 55%)OKLCH
oklch(0.863 0.149 182.5)CMYK
cmyk(84%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDD3
2#0DD3BC
3#0CB9A4
4#0A9E8D
5#088475
6#07695E
7#054F46
8#03352F
9#021A17
Tints
Lighter variations
1#3DF3DD
2#52F4E1
3#68F5E5
4#7EF7E9
5#93F8EC
6#A9F9F0
7#BEFBF4
8#D4FCF8
9#E9FEFB
Tones
Muted variations
1#31E7D2
2#3BDDCA
3#46D3C2
4#50C9BB
5#5ABFB3
6#64B5AB
7#6EABA3
8#78A09C
9#829694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDF9;
--cyan-200: #C1FBF4;
--cyan-300: #91F8EC;
--cyan-400: #57F4E2;
--cyan-500: #27F1DA;
--cyan-600: #0DD3BC;
--cyan-700: #0BA895;
--cyan-800: #08786B;
--cyan-900: #054D44;
--cyan-950: #03302B;
}