Cyan
#2DEBE8
CyanColor Codes
All color formats for development
HEX
#2DEBE8RGB
rgb(45, 235, 232)HSL
hsl(179, 83%, 55%)OKLCH
oklch(0.853 0.14 193.1)CMYK
cmyk(81%, 0%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7E3
2#13CDCA
3#11B4B1
4#0E9A98
5#0C807E
6#0A6765
7#074D4C
8#053333
9#021A19
Tints
Lighter variations
1#42EDEB
2#57EFED
3#6CF1EF
4#81F3F1
5#96F5F4
6#ABF7F6
7#C0F9F8
8#D5FBFA
9#EAFDFD
Tones
Muted variations
1#37E2DF
2#40D8D6
3#4ACFCD
4#53C5C3
5#5DBCBA
6#66B2B1
7#70A9A8
8#799F9F
9#839695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0ED | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DEFCFB;
--cyan-200: #C2F9F8;
--cyan-300: #94F5F3;
--cyan-400: #5CF0ED;
--cyan-500: #2DEBE8;
--cyan-600: #13CDCA;
--cyan-700: #0FA3A1;
--cyan-800: #0B7573;
--cyan-900: #074B4A;
--cyan-950: #042F2E;
}