Cyan
#23F6E8
CyanColor Codes
All color formats for development
HEX
#23F6E8RGB
rgb(35, 246, 232)HSL
hsl(176, 92%, 55%)OKLCH
oklch(0.878 0.149 187.4)CMYK
cmyk(86%, 0%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2E3
2#09D7CA
3#08BCB0
4#07A297
5#06877E
6#046C65
7#03514C
8#023632
9#011B19
Tints
Lighter variations
1#39F7EA
2#4FF8EC
3#65F9EF
4#7BF9F1
5#91FAF3
6#A7FBF6
7#BDFCF8
8#D3FDFA
9#E9FEFD
Tones
Muted variations
1#2DEBDF
2#38E1D5
3#42D6CC
4#4DCCC3
5#57C1BA
6#62B6B1
7#6DACA8
8#77A19F
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFB;
--cyan-200: #BFFCF8;
--cyan-300: #8EFAF3;
--cyan-400: #54F8ED;
--cyan-500: #23F6E8;
--cyan-600: #09D7CA;
--cyan-700: #07ABA0;
--cyan-800: #057A73;
--cyan-900: #034E49;
--cyan-950: #02312E;
}