Cyan
#08D9D9
CyanColor Codes
All color formats for development
HEX
#08D9D9RGB
rgb(8, 217, 217)HSL
hsl(180, 93%, 44%)OKLCH
oklch(0.802 0.136 194.8)CMYK
cmyk(96%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C3C3
2#06ADAD
3#059898
4#058282
5#046C6C
6#035757
7#024141
8#022B2B
9#011616
Tints
Lighter variations
1#09F4F4
2#23F7F7
3#3EF8F8
4#5AF9F9
5#75FAFA
6#91FBFB
7#ACFCFC
8#C8FDFD
9#E3FEFE
Tones
Muted variations
1#12CECE
2#1DC4C4
3#27B9B9
4#32AFAF
5#3CA4A4
6#469A9A
7#519090
8#5B8585
9#667B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBFB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFEFE;
--cyan-200: #BFFDFD;
--cyan-300: #8EFBFB;
--cyan-400: #53F9F9;
--cyan-500: #22F7F7;
--cyan-600: #08D9D9;
--cyan-700: #06ACAC;
--cyan-800: #047B7B;
--cyan-900: #034F4F;
--cyan-950: #023131;
}