Cyan
#2DEBEB
CyanColor Codes
All color formats for development
HEX
#2DEBEBRGB
rgb(45, 235, 235)HSL
hsl(180, 83%, 55%)OKLCH
oklch(0.854 0.139 194.9)CMYK
cmyk(81%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7E7
2#13CDCD
3#11B4B4
4#0E9A9A
5#0C8080
6#0A6767
7#074D4D
8#053333
9#021A1A
Tints
Lighter variations
1#42EDED
2#57EFEF
3#6CF1F1
4#81F3F3
5#96F5F5
6#ABF7F7
7#C0F9F9
8#D5FBFB
9#EAFDFD
Tones
Muted variations
1#37E2E2
2#40D8D8
3#4ACFCF
4#53C5C5
5#5DBCBC
6#66B2B2
7#70A9A9
8#799F9F
9#839696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2F9F9;
--cyan-300: #94F5F5;
--cyan-400: #5CF0F0;
--cyan-500: #2DEBEB;
--cyan-600: #13CDCD;
--cyan-700: #0FA3A3;
--cyan-800: #0B7575;
--cyan-900: #074B4B;
--cyan-950: #042F2F;
}