Cyan
#09D7C3
CyanColor Codes
All color formats for development
HEX
#09D7C3RGB
rgb(9, 215, 195)HSL
hsl(174, 92%, 44%)OKLCH
oklch(0.79 0.14 183.1)CMYK
cmyk(96%, 0%, 9%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2AF
2#07AC9C
3#069788
4#058175
5#046C61
6#04564E
7#03413A
8#022B27
9#011613
Tints
Lighter variations
1#0AF3DC
2#24F6E1
3#3FF7E5
4#5AF8E8
5#76F9EC
6#91FAF0
7#ADFCF4
8#C8FDF7
9#E4FEFB
Tones
Muted variations
1#13CDBB
2#1EC3B2
3#28B8AA
4#32AEA2
5#3DA499
6#479991
7#518F89
8#5C8581
9#667B78
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;
}