Cyan
#2CD9ED
CyanColor Codes
All color formats for development
HEX
#2CD9EDRGB
rgb(44, 217, 237)HSL
hsl(186, 84%, 55%)OKLCH
oklch(0.812 0.132 207.2)CMYK
cmyk(81%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14D3E8
2#12BCCE
3#10A4B5
4#0D8D9B
5#0B7581
6#095E67
7#07464D
8#042F34
9#02171A
Tints
Lighter variations
1#41DDEE
2#56E1F0
3#6BE5F2
4#80E8F4
5#95ECF6
6#ABF0F8
7#C0F4F9
8#D5F7FB
9#EAFBFD
Tones
Muted variations
1#35D2E3
2#3FCAD9
3#49C2D0
4#52BBC6
5#5CB3BC
6#66ABB3
7#6FA3A9
8#799CA0
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 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EC #93ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE2 #5BE2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD9 #2CD9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BC #12BCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E95 #0E95A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | 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: #F1FCFE;
--cyan-100: #DEF9FC;
--cyan-200: #C2F4FA;
--cyan-300: #93ECF6;
--cyan-400: #5BE2F1;
--cyan-500: #2CD9ED;
--cyan-600: #12BCCE;
--cyan-700: #0E95A4;
--cyan-800: #0A6B75;
--cyan-900: #07444B;
--cyan-950: #042B2F;
}