Cyan
#2CD0ED
CyanColor Codes
All color formats for development
HEX
#2CD0EDRGB
rgb(44, 208, 237)HSL
hsl(189, 84%, 55%)OKLCH
oklch(0.791 0.131 213.3)CMYK
cmyk(81%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14C8E8
2#12B2CE
3#109CB5
4#0D869B
5#0B6F81
6#095967
7#07434D
8#042D34
9#02161A
Tints
Lighter variations
1#41D4EE
2#56D9F0
3#6BDEF2
4#80E3F4
5#95E7F6
6#ABECF8
7#C0F1F9
8#D5F6FB
9#EAFAFD
Tones
Muted variations
1#35C9E3
2#3FC2D9
3#49BBD0
4#52B5C6
5#5CAEBC
6#66A7B3
7#6FA0A9
8#799AA0
9#839396
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 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E7 #93E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDA #5BDAF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD0 #2CD0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B2 #12B2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8E #0E8EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A65 #0A6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF8FC;
--cyan-200: #C2F1FA;
--cyan-300: #93E7F6;
--cyan-400: #5BDAF1;
--cyan-500: #2CD0ED;
--cyan-600: #12B2CE;
--cyan-700: #0E8EA4;
--cyan-800: #0A6575;
--cyan-900: #07414B;
--cyan-950: #04282F;
}