Cyan
#2DE5EB
CyanColor Codes
All color formats for development
HEX
#2DE5EBRGB
rgb(45, 229, 235)HSL
hsl(182, 83%, 55%)OKLCH
oklch(0.84 0.136 198.4)CMYK
cmyk(81%, 3%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E0E7
2#13C7CD
3#11AEB4
4#0E959A
5#0C7C80
6#0A6467
7#074B4D
8#053233
9#02191A
Tints
Lighter variations
1#42E8ED
2#57EAEF
3#6CEDF1
4#81EFF3
5#96F2F5
6#ABF5F7
7#C0F7F9
8#D5FAFB
9#EAFCFD
Tones
Muted variations
1#37DCE2
2#40D3D8
3#4ACACF
4#53C2C5
5#5DB9BC
6#66B0B2
7#70A7A9
8#799E9F
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFBFC;
--cyan-200: #C2F8F9;
--cyan-300: #94F2F5;
--cyan-400: #5CEBF0;
--cyan-500: #2DE5EB;
--cyan-600: #13C7CD;
--cyan-700: #0F9EA3;
--cyan-800: #0B7175;
--cyan-900: #07484B;
--cyan-950: #042D2F;
}