Cyan
#08D9CB
CyanColor Codes
All color formats for development
HEX
#08D9CBRGB
rgb(8, 217, 203)HSL
hsl(176, 93%, 44%)OKLCH
oklch(0.797 0.139 186.6)CMYK
cmyk(96%, 0%, 6%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3B6
2#06ADA2
3#05988E
4#05827A
5#046C65
6#035751
7#02413D
8#022B29
9#011614
Tints
Lighter variations
1#09F4E4
2#23F7E9
3#3EF8EC
4#5AF9EE
5#75FAF1
6#91FBF4
7#ACFCF7
8#C8FDF9
9#E3FEFC
Tones
Muted variations
1#12CEC2
2#1DC4B9
3#27B9B0
4#32AFA6
5#3CA49D
6#469A94
7#51908B
8#5B8582
9#667B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF4 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFEFC;
--cyan-200: #BFFDF9;
--cyan-300: #8EFBF4;
--cyan-400: #53F9EE;
--cyan-500: #22F7E9;
--cyan-600: #08D9CB;
--cyan-700: #06ACA1;
--cyan-800: #047B73;
--cyan-900: #034F4A;
--cyan-950: #02312E;
}