Cyan
#08D9C0
CyanColor Codes
All color formats for development
HEX
#08D9C0RGB
rgb(8, 217, 192)HSL
hsl(173, 93%, 44%)OKLCH
oklch(0.794 0.143 180.5)CMYK
cmyk(96%, 0%, 12%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3AD
2#06AD9A
3#059887
4#058273
5#046C60
6#03574D
7#02413A
8#022B26
9#011613
Tints
Lighter variations
1#09F4D9
2#23F7DE
3#3EF8E2
4#5AF9E6
5#75FAEB
6#91FBEF
7#ACFCF3
8#C8FDF7
9#E3FEFB
Tones
Muted variations
1#12CEB8
2#1DC4B0
3#27B9A8
4#32AFA0
5#3CA498
6#469A90
7#519088
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 #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFA;
--cyan-200: #BFFDF5;
--cyan-300: #8EFBEE;
--cyan-400: #53F9E5;
--cyan-500: #22F7DE;
--cyan-600: #08D9C0;
--cyan-700: #06AC99;
--cyan-800: #047B6D;
--cyan-900: #034F46;
--cyan-950: #02312C;
}