Cyan
#09D7D7
CyanColor Codes
All color formats for development
HEX
#09D7D7RGB
rgb(9, 215, 215)HSL
hsl(180, 92%, 44%)OKLCH
oklch(0.796 0.135 194.8)CMYK
cmyk(96%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2C2
2#07ACAC
3#069797
4#058181
5#046C6C
6#045656
7#034141
8#022B2B
9#011616
Tints
Lighter variations
1#0AF3F3
2#24F6F6
3#3FF7F7
4#5AF8F8
5#76F9F9
6#91FAFA
7#ADFCFC
8#C8FDFD
9#E4FEFE
Tones
Muted variations
1#13CDCD
2#1EC3C3
3#28B8B8
4#32AEAE
5#3DA4A4
6#479999
7#518F8F
8#5C8585
9#667B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAFA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFEFE;
--cyan-200: #BFFCFC;
--cyan-300: #8EFAFA;
--cyan-400: #54F8F8;
--cyan-500: #23F6F6;
--cyan-600: #09D7D7;
--cyan-700: #07ABAB;
--cyan-800: #057A7A;
--cyan-900: #034E4E;
--cyan-950: #023131;
}