Cyan
#09D7BC
CyanColor Codes
All color formats for development
HEX
#09D7BCRGB
rgb(9, 215, 188)HSL
hsl(172, 92%, 44%)OKLCH
oklch(0.788 0.143 179.3)CMYK
cmyk(96%, 0%, 13%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2A9
2#07AC96
3#069784
4#058171
5#046C5E
6#04564B
7#034138
8#022B26
9#011613
Tints
Lighter variations
1#0AF3D4
2#24F6DA
3#3FF7DE
4#5AF8E3
5#76F9E8
6#91FAEC
7#ADFCF1
8#C8FDF6
9#E4FEFA
Tones
Muted variations
1#13CDB4
2#1EC3AD
3#28B8A5
4#32AE9E
5#3DA496
6#47998E
7#518F87
8#5C857F
9#667B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEF9;
--cyan-200: #BFFCF4;
--cyan-300: #8EFAEC;
--cyan-400: #54F8E2;
--cyan-500: #23F6DA;
--cyan-600: #09D7BC;
--cyan-700: #07AB95;
--cyan-800: #057A6B;
--cyan-900: #034E44;
--cyan-950: #02312B;
}