Cyan

#06DBC9

Cyan

Color Codes

All color formats for development

HEX
#06DBC9
RGB
rgb(6, 219, 201)
HSL
hsl(175, 95%, 44%)
OKLCH
oklch(0.801 0.141 184.4)
CMYK
cmyk(97%, 0%, 8%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

11.98: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#05C5B5
2#04AFA1
3#04998D
4#038379
5#036D65
6#025850
7#02423C
8#012C28
9#011614

Tints

Lighter variations

1#06F7E3
2#20F9E7
3#3CFAEA
4#58FBED
5#74FBF0
6#90FCF3
7#ABFDF6
8#C7FEF9
9#E3FEFC

Tones

Muted variations

1#10D0C0
2#1BC5B7
3#26BBAE
4#30B0A5
5#3BA59D
6#469B94
7#50908B
8#5B8682
9#667B79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFB
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDF8
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCF3
BordersInactive statesPlaceholder text
400
51FB
#51FBEC
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9E7
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DBC9
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AEA0
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C72
Text on light backgroundsHeadingsStrong borders
900
0250
#025049
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: #F0FFFD;
  --cyan-100: #DCFEFB;
  --cyan-200: #BEFDF8;
  --cyan-300: #8DFCF3;
  --cyan-400: #51FBEC;
  --cyan-500: #1FF9E7;
  --cyan-600: #06DBC9;
  --cyan-700: #04AEA0;
  --cyan-800: #037C72;
  --cyan-900: #025049;
  --cyan-950: #01322E;
}
Generate More ShadesCreate PaletteConvert Color