Cyan
#09D7B8
CyanColor Codes
All color formats for development
HEX
#09D7B8RGB
rgb(9, 215, 184)HSL
hsl(171, 92%, 44%)OKLCH
oklch(0.787 0.145 177.2)CMYK
cmyk(96%, 0%, 14%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2A6
2#07AC94
3#069781
4#05816F
5#046C5C
6#04564A
7#034137
8#022B25
9#011612
Tints
Lighter variations
1#0AF3D0
2#24F6D6
3#3FF7DB
4#5AF8E0
5#76F9E6
6#91FAEB
7#ADFCF0
8#C8FDF5
9#E4FEFA
Tones
Muted variations
1#13CDB1
2#1EC3AA
3#28B8A3
4#32AE9C
5#3DA494
6#47998D
7#518F86
8#5C857F
9#667B77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF9;
--cyan-200: #BFFCF3;
--cyan-300: #8EFAEA;
--cyan-400: #54F8DF;
--cyan-500: #23F6D6;
--cyan-600: #09D7B8;
--cyan-700: #07AB93;
--cyan-800: #057A69;
--cyan-900: #034E43;
--cyan-950: #02312A;
}