Cyan
#2DEBD5
CyanColor Codes
All color formats for development
HEX
#2DEBD5RGB
rgb(45, 235, 213)HSL
hsl(173, 83%, 55%)OKLCH
oklch(0.847 0.144 182.6)CMYK
cmyk(81%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7CF
2#13CDB8
3#11B4A1
4#0E9A8A
5#0C8073
6#0A675C
7#074D45
8#05332E
9#021A17
Tints
Lighter variations
1#42EDD9
2#57EFDE
3#6CF1E2
4#81F3E6
5#96F5EA
6#ABF7EE
7#C0F9F2
8#D5FBF7
9#EAFDFB
Tones
Muted variations
1#37E2CE
2#40D8C7
3#4ACFBF
4#53C5B8
5#5DBCB1
6#66B2A9
7#70A9A2
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 #C2F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EA | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DF | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | 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: #C2F9F3;
--cyan-300: #94F5EA;
--cyan-400: #5CF0DF;
--cyan-500: #2DEBD5;
--cyan-600: #13CDB8;
--cyan-700: #0FA392;
--cyan-800: #0B7568;
--cyan-900: #074B43;
--cyan-950: #042F2A;
}