Cyan
#2BEEC4
CyanColor Codes
All color formats for development
HEX
#2BEEC4RGB
rgb(43, 238, 196)HSL
hsl(167, 85%, 55%)OKLCH
oklch(0.849 0.156 173.1)CMYK
cmyk(82%, 0%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EABB
2#11D0A6
3#0FB691
4#0D9C7D
5#0B8268
6#086853
7#064E3E
8#04342A
9#021A15
Tints
Lighter variations
1#40F0C9
2#55F1CF
3#6AF3D5
4#80F5DB
5#95F6E1
6#AAF8E7
7#BFFAED
8#D5FCF3
9#EAFDF9
Tones
Muted variations
1#34E4BE
2#3EDAB8
3#48D1B3
4#52C7AD
5#5BBDA8
6#65B3A2
7#6FAA9D
8#79A097
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 #C2FAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E1 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D1 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765E | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DEFCF6;
--cyan-200: #C2FAEE;
--cyan-300: #92F6E1;
--cyan-400: #5AF2D1;
--cyan-500: #2BEEC4;
--cyan-600: #11D0A6;
--cyan-700: #0DA584;
--cyan-800: #0A765E;
--cyan-900: #064B3C;
--cyan-950: #042F26;
}