Cyan
#07DABE
CyanColor Codes
All color formats for development
HEX
#07DABERGB
rgb(7, 218, 190)HSL
hsl(172, 94%, 44%)OKLCH
oklch(0.796 0.145 179)CMYK
cmyk(97%, 0%, 13%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06C4AB
2#05AE98
3#059885
4#048372
5#036D5F
6#03574C
7#024139
8#012C26
9#011613
Tints
Lighter variations
1#08F5D6
2#21F8DC
3#3DF9E0
4#59FAE4
5#74FBE9
6#90FCED
7#ACFCF2
8#C8FDF6
9#E3FEFB
Tones
Muted variations
1#11CFB6
2#1CC5AE
3#26BAA6
4#31AF9F
5#3BA597
6#469A8F
7#519087
8#5B8580
9#667B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBED | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEF9;
--cyan-200: #BFFDF5;
--cyan-300: #8DFBED;
--cyan-400: #52FAE3;
--cyan-500: #20F8DB;
--cyan-600: #07DABE;
--cyan-700: #05AD97;
--cyan-800: #047C6C;
--cyan-900: #024F45;
--cyan-950: #02312B;
}