Cyan
#06DBAD
CyanColor Codes
All color formats for development
HEX
#06DBADRGB
rgb(6, 219, 173)HSL
hsl(167, 95%, 44%)OKLCH
oklch(0.793 0.156 170.4)CMYK
cmyk(97%, 0%, 21%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C59B
2#04AF8A
3#049979
4#038368
5#036D56
6#025845
7#024234
8#012C23
9#011611
Tints
Lighter variations
1#06F7C3
2#20F9CA
3#3CFAD1
4#58FBD7
5#74FBDE
6#90FCE5
7#ABFDEB
8#C7FEF2
9#E3FEF8
Tones
Muted variations
1#10D0A7
2#1BC5A1
3#26BB9A
4#30B094
5#3BA58E
6#469B88
7#509082
8#5B867C
9#667B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE4 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF7;
--cyan-200: #BEFDF0;
--cyan-300: #8DFCE4;
--cyan-400: #51FBD6;
--cyan-500: #1FF9CA;
--cyan-600: #06DBAD;
--cyan-700: #04AE89;
--cyan-800: #037C62;
--cyan-900: #02503F;
--cyan-950: #013227;
}