Cyan
#08D9BD
CyanColor Codes
All color formats for development
HEX
#08D9BDRGB
rgb(8, 217, 189)HSL
hsl(172, 93%, 44%)OKLCH
oklch(0.793 0.144 178.9)CMYK
cmyk(96%, 0%, 13%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3AA
2#06AD97
3#059884
4#058271
5#046C5E
6#03574B
7#024139
8#022B26
9#011613
Tints
Lighter variations
1#09F4D5
2#23F7DB
3#3EF8DF
4#5AF9E4
5#75FAE8
6#91FBED
7#ACFCF1
8#C8FDF6
9#E3FEFA
Tones
Muted variations
1#12CEB5
2#1DC4AD
3#27B9A6
4#32AF9E
5#3CA496
6#469A8F
7#519087
8#5B8580
9#667B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEF9;
--cyan-200: #BFFDF4;
--cyan-300: #8EFBEC;
--cyan-400: #53F9E3;
--cyan-500: #22F7DB;
--cyan-600: #08D9BD;
--cyan-700: #06AC96;
--cyan-800: #047B6B;
--cyan-900: #034F45;
--cyan-950: #02312B;
}