Cyan
#2BE1EE
CyanColor Codes
All color formats for development
HEX
#2BE1EERGB
rgb(43, 225, 238)HSL
hsl(184, 85%, 55%)OKLCH
oklch(0.831 0.135 202.6)CMYK
cmyk(82%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13DBEA
2#11C3D0
3#0FAAB6
4#0D929C
5#0B7A82
6#086168
7#06494E
8#043134
9#02181A
Tints
Lighter variations
1#40E4F0
2#55E7F1
3#6AEAF3
4#80EDF5
5#95F0F6
6#AAF3F8
7#BFF6FA
8#D5F9FC
9#EAFCFD
Tones
Muted variations
1#34D8E4
2#3ED0DA
3#48C7D1
4#52BFC7
5#5BB7BD
6#65AEB3
7#6FA6AA
8#799DA0
9#829596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F0 #92F0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AE7 #5AE7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE1 #2BE1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C3 #11C3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9B #0D9BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6F #0A6F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0647 #06474B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFC;
--cyan-200: #C2F6FA;
--cyan-300: #92F0F6;
--cyan-400: #5AE7F2;
--cyan-500: #2BE1EE;
--cyan-600: #11C3D0;
--cyan-700: #0D9BA5;
--cyan-800: #0A6F76;
--cyan-900: #06474B;
--cyan-950: #042C2F;
}