Cyan
#27F1DD
CyanColor Codes
All color formats for development
HEX
#27F1DDRGB
rgb(39, 241, 221)HSL
hsl(174, 88%, 55%)OKLCH
oklch(0.863 0.148 184)CMYK
cmyk(84%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FEDD7
2#0DD3BF
3#0CB9A7
4#0A9E8F
5#088477
6#076960
7#054F48
8#033530
9#021A18
Tints
Lighter variations
1#3DF3E0
2#52F4E4
3#68F5E7
4#7EF7EB
5#93F8EE
6#A9F9F1
7#BEFBF5
8#D4FCF8
9#E9FEFC
Tones
Muted variations
1#31E7D5
2#3BDDCD
3#46D3C5
4#50C9BD
5#5ABFB5
6#64B5AD
7#6EABA4
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 #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D46 | 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: #DDFDFA;
--cyan-200: #C1FBF5;
--cyan-300: #91F8EE;
--cyan-400: #57F4E5;
--cyan-500: #27F1DD;
--cyan-600: #0DD3BF;
--cyan-700: #0BA898;
--cyan-800: #08786D;
--cyan-900: #054D46;
--cyan-950: #03302B;
}