Cyan
#2BE4EE
CyanColor Codes
All color formats for development
HEX
#2BE4EERGB
rgb(43, 228, 238)HSL
hsl(183, 85%, 55%)OKLCH
oklch(0.838 0.136 200.8)CMYK
cmyk(82%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13DFEA
2#11C6D0
3#0FADB6
4#0D959C
5#0B7C82
6#086368
7#064A4E
8#043234
9#02191A
Tints
Lighter variations
1#40E7F0
2#55E9F1
3#6AECF3
4#80EFF5
5#95F2F6
6#AAF4F8
7#BFF7FA
8#D5FAFC
9#EAFCFD
Tones
Muted variations
1#34DBE4
2#3ED2DA
3#48CAD1
4#52C1C7
5#5BB8BD
6#65AFB3
7#6FA7AA
8#799EA0
9#829596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F1 #92F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEA #5AEAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE4 #2BE4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C6 #11C6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9E #0D9EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A71 #0A7176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0648 #06484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFBFC;
--cyan-200: #C2F7FA;
--cyan-300: #92F1F6;
--cyan-400: #5AEAF2;
--cyan-500: #2BE4EE;
--cyan-600: #11C6D0;
--cyan-700: #0D9EA5;
--cyan-800: #0A7176;
--cyan-900: #06484B;
--cyan-950: #042D2F;
}