Cyan
#08D9C4
CyanColor Codes
All color formats for development
HEX
#08D9C4RGB
rgb(8, 217, 196)HSL
hsl(174, 93%, 44%)OKLCH
oklch(0.795 0.141 182.6)CMYK
cmyk(96%, 0%, 10%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3B0
2#06AD9D
3#059889
4#058275
5#046C62
6#03574E
7#02413B
8#022B27
9#011614
Tints
Lighter variations
1#09F4DD
2#23F7E2
3#3EF8E5
4#5AF9E9
5#75FAED
6#91FBF0
7#ACFCF4
8#C8FDF8
9#E3FEFB
Tones
Muted variations
1#12CEBB
2#1DC4B3
3#27B9AB
4#32AFA2
5#3CA49A
6#469A92
7#519089
8#5B8581
9#667B79
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 #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F47 | 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: #BFFDF7;
--cyan-300: #8EFBF0;
--cyan-400: #53F9E8;
--cyan-500: #22F7E2;
--cyan-600: #08D9C4;
--cyan-700: #06AC9C;
--cyan-800: #047B6F;
--cyan-900: #034F47;
--cyan-950: #02312C;
}