Cyan
#2AEFC1
CyanColor Codes
All color formats for development
HEX
#2AEFC1RGB
rgb(42, 239, 193)HSL
hsl(166, 86%, 55%)OKLCH
oklch(0.851 0.159 171.5)CMYK
cmyk(82%, 0%, 19%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EBB8
2#10D1A4
3#0EB78F
4#0C9D7B
5#0A8266
6#086852
7#064E3D
8#043429
9#021A14
Tints
Lighter variations
1#3FF1C7
2#54F2CD
3#6AF4D4
4#7FF5DA
5#94F7E0
6#AAF9E6
7#BFFAEC
8#D4FCF3
9#EAFDF9
Tones
Muted variations
1#33E5BC
2#3DDBB6
3#47D1B1
4#51C7AC
5#5BBEA7
6#65B4A1
7#6FAA9C
8#79A097
9#829692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7DF | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFDF5;
--cyan-200: #C1FAED;
--cyan-300: #92F7DF;
--cyan-400: #59F3CF;
--cyan-500: #2AEFC1;
--cyan-600: #10D1A4;
--cyan-700: #0CA682;
--cyan-800: #09775D;
--cyan-900: #064C3C;
--cyan-950: #042F25;
}