Cyan
#2BEED7
CyanColor Codes
All color formats for development
HEX
#2BEED7RGB
rgb(43, 238, 215)HSL
hsl(173, 85%, 55%)OKLCH
oklch(0.855 0.147 182.3)CMYK
cmyk(82%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EAD0
2#11D0B9
3#0FB6A2
4#0D9C8B
5#0B8274
6#08685D
7#064E45
8#04342E
9#021A17
Tints
Lighter variations
1#40F0DB
2#55F1DF
3#6AF3E3
4#80F5E7
5#95F6EB
6#AAF8EF
7#BFFAF3
8#D5FCF7
9#EAFDFB
Tones
Muted variations
1#34E4D0
2#3EDAC8
3#48D1C1
4#52C7B9
5#5BBDB2
6#65B3AA
7#6FAAA3
8#79A09B
9#829694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2FAF3;
--cyan-300: #92F6EB;
--cyan-400: #5AF2E0;
--cyan-500: #2BEED7;
--cyan-600: #11D0B9;
--cyan-700: #0DA593;
--cyan-800: #0A7669;
--cyan-900: #064B43;
--cyan-950: #042F2A;
}