Cyan

#06DBCD

Cyan

Color Codes

All color formats for development

HEX
#06DBCD
RGB
rgb(6, 219, 205)
HSL
hsl(176, 95%, 44%)
OKLCH
oklch(0.803 0.14 186.6)
CMYK
cmyk(97%, 0%, 6%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFD
300
#8DFC
400
#51FB
500
#1FF9
600
#06DB
700
#04AE
800
#037C
900
#0250
950
#0132

Shades

Darker variations

1#05C5B8
2#04AFA4
3#04998F
4#03837B
5#036D66
6#025852
7#02423D
8#012C29
9#011614

Tints

Lighter variations

1#06F7E7
2#20F9EB
3#3CFAED
4#58FBF0
5#74FBF2
6#90FCF5
7#ABFDF7
8#C7FEFA
9#E3FEFC

Tones

Muted variations

1#10D0C3
2#1BC5BA
3#26BBB1
4#30B0A8
5#3BA59E
6#469B95
7#50908C
8#5B8683
9#667B79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFC
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDF9
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCF5
BordersInactive statesPlaceholder text
400
51FB
#51FBEF
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9EB
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DBCD
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AEA3
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C74
Text on light backgroundsHeadingsStrong borders
900
0250
#02504A
Primary textHigh emphasis contentDark headings
950
0132
#01322E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFE;
  --cyan-100: #DCFEFC;
  --cyan-200: #BEFDF9;
  --cyan-300: #8DFCF5;
  --cyan-400: #51FBEF;
  --cyan-500: #1FF9EB;
  --cyan-600: #06DBCD;
  --cyan-700: #04AEA3;
  --cyan-800: #037C74;
  --cyan-900: #02504A;
  --cyan-950: #01322E;
}
Generate More ShadesCreate PaletteConvert Color