Cyan
#27F1E4
CyanColor Codes
All color formats for development
HEX
#27F1E4RGB
rgb(39, 241, 228)HSL
hsl(176, 88%, 55%)OKLCH
oklch(0.866 0.146 187.7)CMYK
cmyk(84%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDDE
2#0DD3C6
3#0CB9AD
4#0A9E94
5#08847C
6#076963
7#054F4A
8#033531
9#021A19
Tints
Lighter variations
1#3DF3E6
2#52F4E9
3#68F5EC
4#7EF7EF
5#93F8F1
6#A9F9F4
7#BEFBF7
8#D4FCFA
9#E9FEFC
Tones
Muted variations
1#31E7DB
2#3BDDD2
3#46D3CA
4#50C9C1
5#5ABFB8
6#64B5AF
7#6EABA7
8#78A09E
9#829695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDFB;
--cyan-200: #C1FBF7;
--cyan-300: #91F8F1;
--cyan-400: #57F4EA;
--cyan-500: #27F1E4;
--cyan-600: #0DD3C6;
--cyan-700: #0BA89D;
--cyan-800: #087870;
--cyan-900: #054D48;
--cyan-950: #03302D;
}