Cyan
#2BEEDE
CyanColor Codes
All color formats for development
HEX
#2BEEDERGB
rgb(43, 238, 222)HSL
hsl(175, 85%, 55%)OKLCH
oklch(0.857 0.144 186)CMYK
cmyk(82%, 0%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EAD8
2#11D0C0
3#0FB6A8
4#0D9C90
5#0B8278
6#086860
7#064E48
8#043430
9#021A18
Tints
Lighter variations
1#40F0E1
2#55F1E4
3#6AF3E8
4#80F5EB
5#95F6EE
6#AAF8F2
7#BFFAF5
8#D5FCF8
9#EAFDFC
Tones
Muted variations
1#34E4D5
2#3EDACD
3#48D1C5
4#52C7BD
5#5BBDB5
6#65B3AD
7#6FAAA5
8#79A09D
9#829694
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 #C2FAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EE | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E5 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B46 | 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: #C2FAF5;
--cyan-300: #92F6EE;
--cyan-400: #5AF2E5;
--cyan-500: #2BEEDE;
--cyan-600: #11D0C0;
--cyan-700: #0DA598;
--cyan-800: #0A766D;
--cyan-900: #064B46;
--cyan-950: #042F2C;
}