Cyan
#23F6D6
CyanColor Codes
All color formats for development
HEX
#23F6D6RGB
rgb(35, 246, 214)HSL
hsl(171, 92%, 55%)OKLCH
oklch(0.873 0.156 178.4)CMYK
cmyk(86%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2D0
2#09D7B8
3#08BCA1
4#07A28A
5#068773
6#046C5C
7#035145
8#02362E
9#011B17
Tints
Lighter variations
1#39F7DA
2#4FF8DE
3#65F9E2
4#7BF9E6
5#91FAEB
6#A7FBEF
7#BDFCF3
8#D3FDF7
9#E9FEFB
Tones
Muted variations
1#2DEBCF
2#38E1C7
3#42D6C0
4#4DCCB9
5#57C1B1
6#62B6AA
7#6DACA2
8#77A19B
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF9;
--cyan-200: #BFFCF3;
--cyan-300: #8EFAEA;
--cyan-400: #54F8DF;
--cyan-500: #23F6D6;
--cyan-600: #09D7B8;
--cyan-700: #07AB93;
--cyan-800: #057A69;
--cyan-900: #034E43;
--cyan-950: #02312A;
}