Cyan
#2AEFEF
CyanColor Codes
All color formats for development
HEX
#2AEFEFRGB
rgb(42, 239, 239)HSL
hsl(180, 86%, 55%)OKLCH
oklch(0.865 0.142 194.8)CMYK
cmyk(82%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12EBEB
2#10D1D1
3#0EB7B7
4#0C9D9D
5#0A8282
6#086868
7#064E4E
8#043434
9#021A1A
Tints
Lighter variations
1#3FF1F1
2#54F2F2
3#6AF4F4
4#7FF5F5
5#94F7F7
6#AAF9F9
7#BFFAFA
8#D4FCFC
9#EAFDFD
Tones
Muted variations
1#33E5E5
2#3DDBDB
3#47D1D1
4#51C7C7
5#5BBEBE
6#65B4B4
7#6FAAAA
8#79A0A0
9#829696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7F7 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA6A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C4C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFDFD;
--cyan-200: #C1FAFA;
--cyan-300: #92F7F7;
--cyan-400: #59F3F3;
--cyan-500: #2AEFEF;
--cyan-600: #10D1D1;
--cyan-700: #0CA6A6;
--cyan-800: #097777;
--cyan-900: #064C4C;
--cyan-950: #042F2F;
}