Cyan
#08D9C7
CyanColor Codes
All color formats for development
HEX
#08D9C7RGB
rgb(8, 217, 199)HSL
hsl(175, 93%, 44%)OKLCH
oklch(0.796 0.14 184.3)CMYK
cmyk(96%, 0%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3B3
2#06AD9F
3#05988B
4#058277
5#046C64
6#035750
7#02413C
8#022B28
9#011614
Tints
Lighter variations
1#09F4E1
2#23F7E5
3#3EF8E9
4#5AF9EC
5#75FAEF
6#91FBF2
7#ACFCF5
8#C8FDF9
9#E3FEFC
Tones
Muted variations
1#12CEBE
2#1DC4B6
3#27B9AD
4#32AFA4
5#3CA49C
6#469A93
7#51908A
8#5B8582
9#667B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF2 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFB;
--cyan-200: #BFFDF8;
--cyan-300: #8EFBF2;
--cyan-400: #53F9EB;
--cyan-500: #22F7E5;
--cyan-600: #08D9C7;
--cyan-700: #06AC9E;
--cyan-800: #047B71;
--cyan-900: #034F48;
--cyan-950: #02312D;
}