Cyan
#23F6E1
CyanColor Codes
All color formats for development
HEX
#23F6E1RGB
rgb(35, 246, 225)HSL
hsl(174, 92%, 55%)OKLCH
oklch(0.876 0.151 183.8)CMYK
cmyk(86%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2DB
2#09D7C3
3#08BCAA
4#07A292
5#06877A
6#046C61
7#035149
8#023631
9#011B18
Tints
Lighter variations
1#39F7E4
2#4FF8E7
3#65F9EA
4#7BF9ED
5#91FAF0
6#A7FBF3
7#BDFCF6
8#D3FDF9
9#E9FEFC
Tones
Muted variations
1#2DEBD8
2#38E1D0
3#42D6C7
4#4DCCBF
5#57C1B6
6#62B6AE
7#6DACA6
8#77A19D
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF0 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFA;
--cyan-200: #BFFCF6;
--cyan-300: #8EFAF0;
--cyan-400: #54F8E7;
--cyan-500: #23F6E1;
--cyan-600: #09D7C3;
--cyan-700: #07AB9B;
--cyan-800: #057A6F;
--cyan-900: #034E47;
--cyan-950: #02312C;
}