Cyan
#08D9B6
CyanColor Codes
All color formats for development
HEX
#08D9B6RGB
rgb(8, 217, 182)HSL
hsl(170, 93%, 44%)OKLCH
oklch(0.791 0.148 175.3)CMYK
cmyk(96%, 0%, 16%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3A4
2#06AD91
3#05987F
4#05826D
5#046C5B
6#035749
7#024137
8#022B24
9#011612
Tints
Lighter variations
1#09F4CD
2#23F7D4
3#3EF8D9
4#5AF9DE
5#75FAE4
6#91FBE9
7#ACFCEF
8#C8FDF4
9#E3FEFA
Tones
Muted variations
1#12CEAF
2#1DC4A8
3#27B9A1
4#32AF9A
5#3CA493
6#469A8C
7#519085
8#5B857E
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 | BFFD #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE9 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DD | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F42 | 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: #BFFDF2;
--cyan-300: #8EFBE9;
--cyan-400: #53F9DD;
--cyan-500: #22F7D3;
--cyan-600: #08D9B6;
--cyan-700: #06AC91;
--cyan-800: #047B67;
--cyan-900: #034F42;
--cyan-950: #023129;
}