Cyan
#2BD4EE
CyanColor Codes
All color formats for development
HEX
#2BD4EERGB
rgb(43, 212, 238)HSL
hsl(188, 85%, 55%)OKLCH
oklch(0.801 0.132 211.2)CMYK
cmyk(82%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13CDEA
2#11B6D0
3#0F9FB6
4#0D899C
5#0B7282
6#085B68
7#06444E
8#042E34
9#02171A
Tints
Lighter variations
1#40D8F0
2#55DCF1
3#6AE1F3
4#80E5F5
5#95E9F6
6#AAEEF8
7#BFF2FA
8#D5F6FC
9#EAFBFD
Tones
Muted variations
1#34CDE4
2#3EC5DA
3#48BED1
4#52B7C7
5#5BB0BD
6#65A9B3
7#6FA2AA
8#799BA0
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 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E9 #92E9F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADD #5ADDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD4 #2BD4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B6 #11B6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D91 #0D91A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0642 #06424B | 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: #C2F3FA;
--cyan-300: #92E9F6;
--cyan-400: #5ADDF2;
--cyan-500: #2BD4EE;
--cyan-600: #11B6D0;
--cyan-700: #0D91A5;
--cyan-800: #0A6776;
--cyan-900: #06424B;
--cyan-950: #04292F;
}