Cyan
#2AEFDE
CyanColor Codes
All color formats for development
HEX
#2AEFDERGB
rgb(42, 239, 222)HSL
hsl(175, 86%, 55%)OKLCH
oklch(0.859 0.145 185.5)CMYK
cmyk(82%, 0%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EBD9
2#10D1C1
3#0EB7A9
4#0C9D90
5#0A8278
6#086860
7#064E48
8#043430
9#021A18
Tints
Lighter variations
1#3FF1E2
2#54F2E5
3#6AF4E8
4#7FF5EB
5#94F7EF
6#AAF9F2
7#BFFAF5
8#D4FCF8
9#EAFDFC
Tones
Muted variations
1#33E5D6
2#3DDBCE
3#47D1C6
4#51C7BE
5#5BBEB5
6#65B4AD
7#6FAAA5
8#79A09D
9#829694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7EE | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA699 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09776D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFDFA;
--cyan-200: #C1FAF6;
--cyan-300: #92F7EE;
--cyan-400: #59F3E6;
--cyan-500: #2AEFDE;
--cyan-600: #10D1C1;
--cyan-700: #0CA699;
--cyan-800: #09776D;
--cyan-900: #064C46;
--cyan-950: #042F2C;
}