Cyan
#23F6F6
CyanColor Codes
All color formats for development
HEX
#23F6F6RGB
rgb(35, 246, 246)HSL
hsl(180, 92%, 55%)OKLCH
oklch(0.883 0.147 194.8)CMYK
cmyk(86%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2F2
2#09D7D7
3#08BCBC
4#07A2A2
5#068787
6#046C6C
7#035151
8#023636
9#011B1B
Tints
Lighter variations
1#39F7F7
2#4FF8F8
3#65F9F9
4#7BF9F9
5#91FAFA
6#A7FBFB
7#BDFCFC
8#D3FDFD
9#E9FEFE
Tones
Muted variations
1#2DEBEB
2#38E1E1
3#42D6D6
4#4DCCCC
5#57C1C1
6#62B6B6
7#6DACAC
8#77A1A1
9#829797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAFA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFEFE;
--cyan-200: #BFFCFC;
--cyan-300: #8EFAFA;
--cyan-400: #54F8F8;
--cyan-500: #23F6F6;
--cyan-600: #09D7D7;
--cyan-700: #07ABAB;
--cyan-800: #057A7A;
--cyan-900: #034E4E;
--cyan-950: #023131;
}