Cyan
#23F6DA
CyanColor Codes
All color formats for development
HEX
#23F6DARGB
rgb(35, 246, 218)HSL
hsl(172, 92%, 55%)OKLCH
oklch(0.874 0.154 180.3)CMYK
cmyk(86%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2D3
2#09D7BC
3#08BCA4
4#07A28D
5#068775
6#046C5E
7#035146
8#02362F
9#011B17
Tints
Lighter variations
1#39F7DD
2#4FF8E1
3#65F9E5
4#7BF9E9
5#91FAEC
6#A7FBF0
7#BDFCF4
8#D3FDF8
9#E9FEFB
Tones
Muted variations
1#2DEBD2
2#38E1CA
3#42D6C2
4#4DCCBB
5#57C1B3
6#62B6AB
7#6DACA3
8#77A19C
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEF9;
--cyan-200: #BFFCF4;
--cyan-300: #8EFAEC;
--cyan-400: #54F8E2;
--cyan-500: #23F6DA;
--cyan-600: #09D7BC;
--cyan-700: #07AB95;
--cyan-800: #057A6B;
--cyan-900: #034E44;
--cyan-950: #02312B;
}