Cyan
#09D7CA
CyanColor Codes
All color formats for development
HEX
#09D7CARGB
rgb(9, 215, 202)HSL
hsl(176, 92%, 44%)OKLCH
oklch(0.792 0.137 187.1)CMYK
cmyk(96%, 0%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2B5
2#07ACA1
3#06978D
4#058179
5#046C65
6#045651
7#03413C
8#022B28
9#011614
Tints
Lighter variations
1#0AF3E3
2#24F6E8
3#3FF7EB
4#5AF8EE
5#76F9F1
6#91FAF3
7#ADFCF6
8#C8FDF9
9#E4FEFC
Tones
Muted variations
1#13CDC1
2#1EC3B8
3#28B8AF
4#32AEA6
5#3DA49D
6#479994
7#518F8B
8#5C8582
9#667B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFB;
--cyan-200: #BFFCF8;
--cyan-300: #8EFAF3;
--cyan-400: #54F8ED;
--cyan-500: #23F6E8;
--cyan-600: #09D7CA;
--cyan-700: #07ABA0;
--cyan-800: #057A73;
--cyan-900: #034E49;
--cyan-950: #02312E;
}