Cyan
#07DABA
CyanColor Codes
All color formats for development
HEX
#07DABARGB
rgb(7, 218, 186)HSL
hsl(171, 94%, 44%)OKLCH
oklch(0.795 0.147 176.9)CMYK
cmyk(97%, 0%, 15%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06C4A7
2#05AE95
3#059882
4#048370
5#036D5D
6#03574A
7#024138
8#012C25
9#011613
Tints
Lighter variations
1#08F5D2
2#21F8D8
3#3DF9DD
4#59FAE2
5#74FBE7
6#90FCEB
7#ACFCF0
8#C8FDF5
9#E3FEFA
Tones
Muted variations
1#11CFB3
2#1CC5AB
3#26BAA4
4#31AF9C
5#3BA595
6#469A8E
7#519086
8#5B857F
9#667B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF9;
--cyan-200: #BFFDF4;
--cyan-300: #8DFBEB;
--cyan-400: #52FAE0;
--cyan-500: #20F8D8;
--cyan-600: #07DABA;
--cyan-700: #05AD94;
--cyan-800: #047C6A;
--cyan-900: #024F44;
--cyan-950: #02312A;
}