Cyan
#23F6C5
CyanColor Codes
All color formats for development
HEX
#23F6C5RGB
rgb(35, 246, 197)HSL
hsl(166, 92%, 55%)OKLCH
oklch(0.868 0.166 170.9)CMYK
cmyk(86%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2BC
2#09D7A7
3#08BC92
4#07A27D
5#068769
6#046C54
7#03513F
8#02362A
9#011B15
Tints
Lighter variations
1#39F7CA
2#4FF8D0
3#65F9D6
4#7BF9DC
5#91FAE2
6#A7FBE8
7#BDFCED
8#D3FDF3
9#E9FEF9
Tones
Muted variations
1#2DEBBF
2#38E1B9
3#42D6B4
4#4DCCAE
5#57C1A8
6#62B6A3
7#6DAC9D
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 #BFFCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFEF6;
--cyan-200: #BFFCEE;
--cyan-300: #8EFAE1;
--cyan-400: #54F8D2;
--cyan-500: #23F6C5;
--cyan-600: #09D7A7;
--cyan-700: #07AB85;
--cyan-800: #057A5F;
--cyan-900: #034E3D;
--cyan-950: #023126;
}