Cyan
#09D7B2
CyanColor Codes
All color formats for development
HEX
#09D7B2RGB
rgb(9, 215, 178)HSL
hsl(169, 92%, 44%)OKLCH
oklch(0.785 0.148 174.2)CMYK
cmyk(96%, 0%, 17%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C2A0
2#07AC8E
3#06977C
4#05816B
5#046C59
6#045647
7#034135
8#022B24
9#011612
Tints
Lighter variations
1#0AF3C8
2#24F6CF
3#3FF7D5
4#5AF8DB
5#76F9E1
6#91FAE7
7#ADFCED
8#C8FDF3
9#E4FEF9
Tones
Muted variations
1#13CDAB
2#1EC3A5
3#28B89E
4#32AE97
5#3DA491
6#47998A
7#518F84
8#5C857D
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 #BFFCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE7 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF8;
--cyan-200: #BFFCF1;
--cyan-300: #8EFAE7;
--cyan-400: #54F8DA;
--cyan-500: #23F6CF;
--cyan-600: #09D7B2;
--cyan-700: #07AB8D;
--cyan-800: #057A65;
--cyan-900: #034E41;
--cyan-950: #023128;
}