Cyan
#2BEEBD
CyanColor Codes
All color formats for development
HEX
#2BEEBDRGB
rgb(43, 238, 189)HSL
hsl(165, 85%, 55%)OKLCH
oklch(0.848 0.161 170.1)CMYK
cmyk(82%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EAB4
2#11D0A0
3#0FB68C
4#0D9C78
5#0B8264
6#086850
7#064E3C
8#043428
9#021A14
Tints
Lighter variations
1#40F0C4
2#55F1CA
3#6AF3D1
4#80F5D7
5#95F6DE
6#AAF8E5
7#BFFAEB
8#D5FCF2
9#EAFDF8
Tones
Muted variations
1#34E4B8
2#3EDAB3
3#48D1AE
4#52C7AA
5#5BBDA5
6#65B3A0
7#6FAA9B
8#79A096
9#829691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DD | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CC | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF5;
--cyan-200: #C2FAEC;
--cyan-300: #92F6DD;
--cyan-400: #5AF2CC;
--cyan-500: #2BEEBD;
--cyan-600: #11D0A0;
--cyan-700: #0DA57F;
--cyan-800: #0A765B;
--cyan-900: #064B3A;
--cyan-950: #042F24;
}