Cyan
#2BEEE1
CyanColor Codes
All color formats for development
HEX
#2BEEE1RGB
rgb(43, 238, 225)HSL
hsl(176, 85%, 55%)OKLCH
oklch(0.858 0.143 187.6)CMYK
cmyk(82%, 0%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EADB
2#11D0C3
3#0FB6AA
4#0D9C92
5#0B827A
6#086861
7#064E49
8#043431
9#021A18
Tints
Lighter variations
1#40F0E4
2#55F1E7
3#6AF3EA
4#80F5ED
5#95F6F0
6#AAF8F3
7#BFFAF6
8#D5FCF9
9#EAFDFC
Tones
Muted variations
1#34E4D8
2#3EDAD0
3#48D1C7
4#52C7BF
5#5BBDB7
6#65B3AE
7#6FAAA6
8#79A09D
9#829695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766F | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCFA;
--cyan-200: #C2FAF6;
--cyan-300: #92F6F0;
--cyan-400: #5AF2E7;
--cyan-500: #2BEEE1;
--cyan-600: #11D0C3;
--cyan-700: #0DA59B;
--cyan-800: #0A766F;
--cyan-900: #064B47;
--cyan-950: #042F2C;
}