Cyan
#2DEBCF
CyanColor Codes
All color formats for development
HEX
#2DEBCFRGB
rgb(45, 235, 207)HSL
hsl(171, 83%, 55%)OKLCH
oklch(0.845 0.147 179.5)CMYK
cmyk(81%, 0%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7C8
2#13CDB1
3#11B49B
4#0E9A85
5#0C806F
6#0A6759
7#074D43
8#05332C
9#021A16
Tints
Lighter variations
1#42EDD4
2#57EFD9
3#6CF1DD
4#81F3E2
5#96F5E7
6#ABF7EC
7#C0F9F1
8#D5FBF5
9#EAFDFA
Tones
Muted variations
1#37E2C8
2#40D8C2
3#4ACFBB
4#53C5B4
5#5DBCAE
6#66B2A7
7#70A9A0
8#799F9A
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DEFCF8;
--cyan-200: #C2F9F1;
--cyan-300: #94F5E6;
--cyan-400: #5CF0DA;
--cyan-500: #2DEBCF;
--cyan-600: #13CDB1;
--cyan-700: #0FA38D;
--cyan-800: #0B7565;
--cyan-900: #074B41;
--cyan-950: #042F28;
}