Cyan
#2BEEC7
CyanColor Codes
All color formats for development
HEX
#2BEEC7RGB
rgb(43, 238, 199)HSL
hsl(168, 85%, 55%)OKLCH
oklch(0.85 0.154 174.4)CMYK
cmyk(82%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EABF
2#11D0A9
3#0FB694
4#0D9C7F
5#0B826A
6#086855
7#064E40
8#04342A
9#021A15
Tints
Lighter variations
1#40F0CC
2#55F1D2
3#6AF3D8
4#80F5DD
5#95F6E3
6#AAF8E9
7#BFFAEE
8#D5FCF4
9#EAFDF9
Tones
Muted variations
1#34E4C1
2#3EDABB
3#48D1B5
4#52C7AF
5#5BBDAA
6#65B3A4
7#6FAA9E
8#79A098
9#829692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF6;
--cyan-200: #C2FAEF;
--cyan-300: #92F6E2;
--cyan-400: #5AF2D3;
--cyan-500: #2BEEC7;
--cyan-600: #11D0A9;
--cyan-700: #0DA587;
--cyan-800: #0A7660;
--cyan-900: #064B3E;
--cyan-950: #042F27;
}