Cyan
#2BEECA
CyanColor Codes
All color formats for development
HEX
#2BEECARGB
rgb(43, 238, 202)HSL
hsl(169, 85%, 55%)OKLCH
oklch(0.851 0.153 175.8)CMYK
cmyk(82%, 0%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EAC2
2#11D0AD
3#0FB697
4#0D9C81
5#0B826C
6#086856
7#064E41
8#04342B
9#021A16
Tints
Lighter variations
1#40F0CF
2#55F1D5
3#6AF3DA
4#80F5DF
5#95F6E5
6#AAF8EA
7#BFFAEF
8#D5FCF4
9#EAFDFA
Tones
Muted variations
1#34E4C4
2#3EDABE
3#48D1B7
4#52C7B1
5#5BBDAB
6#65B3A5
7#6FAA9F
8#79A099
9#829692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3F | 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: #DEFCF7;
--cyan-200: #C2FAF0;
--cyan-300: #92F6E4;
--cyan-400: #5AF2D6;
--cyan-500: #2BEECA;
--cyan-600: #11D0AD;
--cyan-700: #0DA589;
--cyan-800: #0A7662;
--cyan-900: #064B3F;
--cyan-950: #042F27;
}