Cyan
#2DEBD8
CyanColor Codes
All color formats for development
HEX
#2DEBD8RGB
rgb(45, 235, 216)HSL
hsl(174, 83%, 55%)OKLCH
oklch(0.848 0.143 184.2)CMYK
cmyk(81%, 0%, 8%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7D2
2#13CDBB
3#11B4A3
4#0E9A8C
5#0C8075
6#0A675D
7#074D46
8#05332F
9#021A17
Tints
Lighter variations
1#42EDDC
2#57EFE0
3#6CF1E4
4#81F3E8
5#96F5EC
6#ABF7F0
7#C0F9F3
8#D5FBF7
9#EAFDFB
Tones
Muted variations
1#37E2D1
2#40D8C9
3#4ACFC2
4#53C5BA
5#5DBCB2
6#66B2AB
7#70A9A3
8#799F9B
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF9;
--cyan-200: #C2F9F4;
--cyan-300: #94F5EB;
--cyan-400: #5CF0E1;
--cyan-500: #2DEBD8;
--cyan-600: #13CDBB;
--cyan-700: #0FA395;
--cyan-800: #0B756A;
--cyan-900: #074B44;
--cyan-950: #042F2A;
}