Cyan
#07DAB3
CyanColor Codes
All color formats for development
HEX
#07DAB3RGB
rgb(7, 218, 179)HSL
hsl(169, 94%, 44%)OKLCH
oklch(0.793 0.151 173.5)CMYK
cmyk(97%, 0%, 18%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06C4A1
2#05AE8F
3#05987D
4#04836B
5#036D59
6#035748
7#024136
8#012C24
9#011612
Tints
Lighter variations
1#08F5CA
2#21F8D1
3#3DF9D7
4#59FADC
5#74FBE2
6#90FCE8
7#ACFCEE
8#C8FDF3
9#E3FEF9
Tones
Muted variations
1#11CFAC
2#1CC5A6
3#26BA9F
4#31AF98
5#3BA592
6#469A8B
7#519084
8#5B857E
9#667B77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FADB | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF8;
--cyan-200: #BFFDF2;
--cyan-300: #8DFBE7;
--cyan-400: #52FADB;
--cyan-500: #20F8D1;
--cyan-600: #07DAB3;
--cyan-700: #05AD8E;
--cyan-800: #047C66;
--cyan-900: #024F41;
--cyan-950: #023129;
}