Cyan
#2BD7EE
CyanColor Codes
All color formats for development
HEX
#2BD7EERGB
rgb(43, 215, 238)HSL
hsl(187, 85%, 55%)OKLCH
oklch(0.808 0.132 209.1)CMYK
cmyk(82%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13D0EA
2#11B9D0
3#0FA2B6
4#0D8B9C
5#0B7482
6#085D68
7#06454E
8#042E34
9#02171A
Tints
Lighter variations
1#40DBF0
2#55DFF1
3#6AE3F3
4#80E7F5
5#95EBF6
6#AAEFF8
7#BFF3FA
8#D5F7FC
9#EAFBFD
Tones
Muted variations
1#34D0E4
2#3EC8DA
3#48C1D1
4#52B9C7
5#5BB2BD
6#65AAB3
7#6FA3AA
8#799BA0
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EB #92EBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE0 #5AE0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD7 #2BD7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B9 #11B9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D93 #0D93A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6976 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0643 #06434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF9FC;
--cyan-200: #C2F3FA;
--cyan-300: #92EBF6;
--cyan-400: #5AE0F2;
--cyan-500: #2BD7EE;
--cyan-600: #11B9D0;
--cyan-700: #0D93A5;
--cyan-800: #0A6976;
--cyan-900: #06434B;
--cyan-950: #042A2F;
}