Cyan
#2BEED1
CyanColor Codes
All color formats for development
HEX
#2BEED1RGB
rgb(43, 238, 209)HSL
hsl(171, 85%, 55%)OKLCH
oklch(0.853 0.149 179.2)CMYK
cmyk(82%, 0%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EAC9
2#11D0B3
3#0FB69D
4#0D9C86
5#0B8270
6#086859
7#064E43
8#04342D
9#021A16
Tints
Lighter variations
1#40F0D5
2#55F1DA
3#6AF3DE
4#80F5E3
5#95F6E8
6#AAF8EC
7#BFFAF1
8#D5FCF6
9#EAFDFA
Tones
Muted variations
1#34E4CA
2#3EDAC3
3#48D1BC
4#52C7B5
5#5BBDAE
6#65B3A8
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 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B41 | 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: #DEFCF8;
--cyan-200: #C2FAF2;
--cyan-300: #92F6E7;
--cyan-400: #5AF2DB;
--cyan-500: #2BEED1;
--cyan-600: #11D0B3;
--cyan-700: #0DA58E;
--cyan-800: #0A7666;
--cyan-900: #064B41;
--cyan-950: #042F29;
}