Cyan
#06DBB0
CyanColor Codes
All color formats for development
HEX
#06DBB0RGB
rgb(6, 219, 176)HSL
hsl(168, 95%, 44%)OKLCH
oklch(0.794 0.154 171.7)CMYK
cmyk(97%, 0%, 20%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C59F
2#04AF8D
3#04997B
4#03836A
5#036D58
6#025846
7#024235
8#012C23
9#011612
Tints
Lighter variations
1#06F7C7
2#20F9CE
3#3CFAD4
4#58FBDA
5#74FBE0
6#90FCE6
7#ABFDED
8#C7FEF3
9#E3FEF9
Tones
Muted variations
1#10D0AA
2#1BC5A3
3#26BB9D
4#30B097
5#3BA590
6#469B8A
7#509083
8#5B867D
9#667B77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE6 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFDF1;
--cyan-300: #8DFCE6;
--cyan-400: #51FBD9;
--cyan-500: #1FF9CE;
--cyan-600: #06DBB0;
--cyan-700: #04AE8C;
--cyan-800: #037C64;
--cyan-900: #025040;
--cyan-950: #013228;
}