Cyan
#23F6D3
CyanColor Codes
All color formats for development
HEX
#23F6D3RGB
rgb(35, 246, 211)HSL
hsl(170, 92%, 55%)OKLCH
oklch(0.872 0.157 177)CMYK
cmyk(86%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AF2CC
2#09D7B5
3#08BC9E
4#07A288
5#068771
6#046C5B
7#035144
8#02362D
9#011B17
Tints
Lighter variations
1#39F7D7
2#4FF8DC
3#65F9E0
4#7BF9E4
5#91FAE9
6#A7FBED
7#BDFCF2
8#D3FDF6
9#E9FEFB
Tones
Muted variations
1#2DEBCC
2#38E1C5
3#42D6BE
4#4DCCB6
5#57C1AF
6#62B6A8
7#6DACA1
8#77A19A
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DC | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF8;
--cyan-200: #BFFCF2;
--cyan-300: #8EFAE8;
--cyan-400: #54F8DC;
--cyan-500: #23F6D3;
--cyan-600: #09D7B5;
--cyan-700: #07AB90;
--cyan-800: #057A67;
--cyan-900: #034E42;
--cyan-950: #023129;
}