Cyan
#23F6C8
CyanColor Codes
All color formats for development
HEX
#23F6C8RGB
rgb(35, 246, 200)HSL
hsl(167, 92%, 55%)OKLCH
oklch(0.869 0.164 172.2)CMYK
cmyk(86%, 0%, 19%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2C0
2#09D7AB
3#08BC95
4#07A280
5#06876B
6#046C55
7#035140
8#02362B
9#011B15
Tints
Lighter variations
1#39F7CE
2#4FF8D3
3#65F9D9
4#7BF9DE
5#91FAE4
6#A7FBE9
7#BDFCEF
8#D3FDF4
9#E9FEFA
Tones
Muted variations
1#2DEBC2
2#38E1BC
3#42D6B6
4#4DCCB0
5#57C1AA
6#62B6A4
7#6DAC9E
8#77A198
9#829792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFEF6;
--cyan-200: #BFFCEF;
--cyan-300: #8EFAE3;
--cyan-400: #54F8D4;
--cyan-500: #23F6C8;
--cyan-600: #09D7AB;
--cyan-700: #07AB88;
--cyan-800: #057A61;
--cyan-900: #034E3E;
--cyan-950: #023127;
}