Cyan
#09D7B5
CyanColor Codes
All color formats for development
HEX
#09D7B5RGB
rgb(9, 215, 181)HSL
hsl(170, 92%, 44%)OKLCH
oklch(0.786 0.146 175.7)CMYK
cmyk(96%, 0%, 16%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2A3
2#07AC91
3#06977F
4#05816D
5#046C5B
6#045648
7#034136
8#022B24
9#011612
Tints
Lighter variations
1#0AF3CC
2#24F6D3
3#3FF7D8
4#5AF8DE
5#76F9E3
6#91FAE9
7#ADFCEE
8#C8FDF4
9#E4FEF9
Tones
Muted variations
1#13CDAE
2#1EC3A7
3#28B8A0
4#32AE99
5#3DA493
6#47998C
7#518F85
8#5C857E
9#667B77
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;
}