Cyan
#2BDAEE
CyanColor Codes
All color formats for development
HEX
#2BDAEERGB
rgb(43, 218, 238)HSL
hsl(186, 85%, 55%)OKLCH
oklch(0.815 0.133 207.2)CMYK
cmyk(82%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13D4EA
2#11BCD0
3#0FA5B6
4#0D8D9C
5#0B7682
6#085E68
7#06474E
8#042F34
9#02181A
Tints
Lighter variations
1#40DEF0
2#55E2F1
3#6AE5F3
4#80E9F5
5#95EDF6
6#AAF0F8
7#BFF4FA
8#D5F8FC
9#EAFBFD
Tones
Muted variations
1#34D2E4
2#3ECBDA
3#48C3D1
4#52BBC7
5#5BB3BD
6#65ABB3
7#6FA4AA
8#799CA0
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EC #92ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE2 #5AE2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDA #2BDAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11BC #11BCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D96 #0D96A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0645 #06454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEF9FC;
--cyan-200: #C2F4FA;
--cyan-300: #92ECF6;
--cyan-400: #5AE2F2;
--cyan-500: #2BDAEE;
--cyan-600: #11BCD0;
--cyan-700: #0D96A5;
--cyan-800: #0A6B76;
--cyan-900: #06454B;
--cyan-950: #042B2F;
}