Cyan
#2BEED4
CyanColor Codes
All color formats for development
HEX
#2BEED4RGB
rgb(43, 238, 212)HSL
hsl(172, 85%, 55%)OKLCH
oklch(0.854 0.148 180.7)CMYK
cmyk(82%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EACD
2#11D0B6
3#0FB69F
4#0D9C89
5#0B8272
6#08685B
7#064E44
8#04342E
9#021A17
Tints
Lighter variations
1#40F0D8
2#55F1DC
3#6AF3E1
4#80F5E5
5#95F6E9
6#AAF8EE
7#BFFAF2
8#D5FCF6
9#EAFDFB
Tones
Muted variations
1#34E4CD
2#3EDAC5
3#48D1BE
4#52C7B7
5#5BBDB0
6#65B3A9
7#6FAAA2
8#79A09B
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 #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B42 | 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: #C2FAF3;
--cyan-300: #92F6E9;
--cyan-400: #5AF2DD;
--cyan-500: #2BEED4;
--cyan-600: #11D0B6;
--cyan-700: #0DA591;
--cyan-800: #0A7667;
--cyan-900: #064B42;
--cyan-950: #042F29;
}