Cyan
#2BDEEE
CyanColor Codes
All color formats for development
HEX
#2BDEEERGB
rgb(43, 222, 238)HSL
hsl(185, 85%, 55%)OKLCH
oklch(0.824 0.134 204.6)CMYK
cmyk(82%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13D8EA
2#11C0D0
3#0FA8B6
4#0D909C
5#0B7882
6#086068
7#06484E
8#043034
9#02181A
Tints
Lighter variations
1#40E1F0
2#55E4F1
3#6AE8F3
4#80EBF5
5#95EEF6
6#AAF2F8
7#BFF5FA
8#D5F8FC
9#EAFCFD
Tones
Muted variations
1#34D5E4
2#3ECDDA
3#48C5D1
4#52BDC7
5#5BB5BD
6#65ADB3
7#6FA5AA
8#799DA0
9#829496
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 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE5 #5AE5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDE #2BDEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C0 #11C0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D98 #0D98A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6D #0A6D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464B | 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: #C2F5FA;
--cyan-300: #92EEF6;
--cyan-400: #5AE5F2;
--cyan-500: #2BDEEE;
--cyan-600: #11C0D0;
--cyan-700: #0D98A5;
--cyan-800: #0A6D76;
--cyan-900: #06464B;
--cyan-950: #042C2F;
}