Cyan
#2AEFD1
CyanColor Codes
All color formats for development
HEX
#2AEFD1RGB
rgb(42, 239, 209)HSL
hsl(171, 86%, 55%)OKLCH
oklch(0.855 0.15 178.8)CMYK
cmyk(82%, 0%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EBCA
2#10D1B4
3#0EB79D
4#0C9D87
5#0A8270
6#08685A
7#064E43
8#04342D
9#021A16
Tints
Lighter variations
1#3FF1D6
2#54F2DA
3#6AF4DF
4#7FF5E4
5#94F7E8
6#AAF9ED
7#BFFAF1
8#D4FCF6
9#EAFDFA
Tones
Muted variations
1#33E5CA
2#3DDBC4
3#47D1BD
4#51C7B6
5#5BBEAF
6#65B4A8
7#6FAAA1
8#79A09A
9#829693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7E8 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3DB | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA68F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFDF8;
--cyan-200: #C1FAF2;
--cyan-300: #92F7E8;
--cyan-400: #59F3DB;
--cyan-500: #2AEFD1;
--cyan-600: #10D1B4;
--cyan-700: #0CA68F;
--cyan-800: #097766;
--cyan-900: #064C41;
--cyan-950: #042F29;
}