Cyan

#06DBBE

Cyan

Color Codes

All color formats for development

HEX
#06DBBE
RGB
rgb(6, 219, 190)
HSL
hsl(172, 95%, 44%)
OKLCH
oklch(0.798 0.146 178.5)
CMYK
cmyk(97%, 0%, 13%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.88: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#05C5AB
2#04AF98
3#049985
4#038372
5#036D5F
6#02584C
7#024239
8#012C26
9#011613

Tints

Lighter variations

1#06F7D7
2#20F9DC
3#3CFAE1
4#58FBE5
5#74FBE9
6#90FCEE
7#ABFDF2
8#C7FEF6
9#E3FEFB

Tones

Muted variations

1#10D0B7
2#1BC5AF
3#26BBA7
4#30B09F
5#3BA597
6#469B8F
7#509088
8#5B8680
9#667B78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFA
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDF5
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCED
BordersInactive statesPlaceholder text
400
51FB
#51FBE4
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9DC
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DBBE
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE97
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C6C
Text on light backgroundsHeadingsStrong borders
900
0250
#025045
Primary textHigh emphasis contentDark headings
950
0132
#01322B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DCFEFA;
  --cyan-200: #BEFDF5;
  --cyan-300: #8DFCED;
  --cyan-400: #51FBE4;
  --cyan-500: #1FF9DC;
  --cyan-600: #06DBBE;
  --cyan-700: #04AE97;
  --cyan-800: #037C6C;
  --cyan-900: #025045;
  --cyan-950: #01322B;
}
Generate More ShadesCreate PaletteConvert Color