Cyan
#2DD8EB
CyanColor Codes
All color formats for development
HEX
#2DD8EBRGB
rgb(45, 216, 235)HSL
hsl(186, 83%, 55%)OKLCH
oklch(0.809 0.131 206.7)CMYK
cmyk(81%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15D2E7
2#13BBCD
3#11A3B4
4#0E8C9A
5#0C7580
6#0A5D67
7#07464D
8#052F33
9#02171A
Tints
Lighter variations
1#42DCED
2#57E0EF
3#6CE4F1
4#81E8F3
5#96ECF5
6#ABF0F7
7#C0F3F9
8#D5F7FB
9#EAFBFD
Tones
Muted variations
1#37D1E2
2#40C9D8
3#4AC2CF
4#53BAC5
5#5DB2BC
6#66ABB2
7#70A3A9
8#799B9F
9#839496
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 | C2F4 #C2F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE1 #5CE1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD8 #2DD8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BB #13BBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F95 #0F95A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | 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: #C2F4F9;
--cyan-300: #94EBF5;
--cyan-400: #5CE1F0;
--cyan-500: #2DD8EB;
--cyan-600: #13BBCD;
--cyan-700: #0F95A3;
--cyan-800: #0B6A75;
--cyan-900: #07444B;
--cyan-950: #042A2F;
}