Cyan
#2BD1EE
CyanColor Codes
All color formats for development
HEX
#2BD1EERGB
rgb(43, 209, 238)HSL
hsl(189, 85%, 55%)OKLCH
oklch(0.794 0.132 213.2)CMYK
cmyk(82%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13C9EA
2#11B3D0
3#0F9DB6
4#0D869C
5#0B7082
6#085968
7#06434E
8#042D34
9#02161A
Tints
Lighter variations
1#40D5F0
2#55DAF1
3#6ADEF3
4#80E3F5
5#95E8F6
6#AAECF8
7#BFF1FA
8#D5F6FC
9#EAFAFD
Tones
Muted variations
1#34CAE4
2#3EC3DA
3#48BCD1
4#52B5C7
5#5BAEBD
6#65A8B3
7#6FA1AA
8#799AA0
9#829396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E7 #92E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADB #5ADBF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD1 #2BD1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B3 #11B3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8E #0D8EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A66 #0A6676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF8FC;
--cyan-200: #C2F2FA;
--cyan-300: #92E7F6;
--cyan-400: #5ADBF2;
--cyan-500: #2BD1EE;
--cyan-600: #11B3D0;
--cyan-700: #0D8EA5;
--cyan-800: #0A6676;
--cyan-900: #06414B;
--cyan-950: #04292F;
}