Cyan
#08D9B9
CyanColor Codes
All color formats for development
HEX
#08D9B9RGB
rgb(8, 217, 185)HSL
hsl(171, 93%, 44%)OKLCH
oklch(0.792 0.146 176.8)CMYK
cmyk(96%, 0%, 15%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3A7
2#06AD94
3#059882
4#05826F
5#046C5D
6#03574A
7#024138
8#022B25
9#011613
Tints
Lighter variations
1#09F4D1
2#23F7D7
3#3EF8DC
4#5AF9E1
5#75FAE6
6#91FBEB
7#ACFCF0
8#C8FDF5
9#E3FEFA
Tones
Muted variations
1#12CEB2
2#1DC4AB
3#27B9A3
4#32AF9C
5#3CA495
6#469A8D
7#519086
8#5B857F
9#667B78
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 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F43 | 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: #BFFDF3;
--cyan-300: #8EFBEB;
--cyan-400: #53F9E0;
--cyan-500: #22F7D7;
--cyan-600: #08D9B9;
--cyan-700: #06AC93;
--cyan-800: #047B69;
--cyan-900: #034F43;
--cyan-950: #02312A;
}