Cyan
#06DBDB
CyanColor Codes
All color formats for development
HEX
#06DBDBRGB
rgb(6, 219, 219)HSL
hsl(180, 95%, 44%)OKLCH
oklch(0.807 0.137 194.8)CMYK
cmyk(97%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C5C5
2#04AFAF
3#049999
4#038383
5#036D6D
6#025858
7#024242
8#012C2C
9#011616
Tints
Lighter variations
1#06F7F7
2#20F9F9
3#3CFAFA
4#58FBFB
5#74FBFB
6#90FCFC
7#ABFDFD
8#C7FEFE
9#E3FEFE
Tones
Muted variations
1#10D0D0
2#1BC5C5
3#26BBBB
4#30B0B0
5#3BA5A5
6#469B9B
7#509090
8#5B8686
9#667B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCFC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFEFE;
--cyan-200: #BEFDFD;
--cyan-300: #8DFCFC;
--cyan-400: #51FBFB;
--cyan-500: #1FF9F9;
--cyan-600: #06DBDB;
--cyan-700: #04AEAE;
--cyan-800: #037C7C;
--cyan-900: #025050;
--cyan-950: #013232;
}