Cyan

#06DBC5

Cyan

Color Codes

All color formats for development

HEX
#06DBC5
RGB
rgb(6, 219, 197)
HSL
hsl(174, 95%, 44%)
OKLCH
oklch(0.8 0.143 182.2)
CMYK
cmyk(97%, 0%, 10%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95: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#05C5B2
2#04AF9E
3#04998A
4#038376
5#036D63
6#02584F
7#02423B
8#012C27
9#011614

Tints

Lighter variations

1#06F7DF
2#20F9E4
3#3CFAE7
4#58FBEA
5#74FBEE
6#90FCF1
7#ABFDF5
8#C7FEF8
9#E3FEFC

Tones

Muted variations

1#10D0BD
2#1BC5B4
3#26BBAC
4#30B0A3
5#3BA59B
6#469B92
7#50908A
8#5B8681
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
#BEFDF7
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCF1
BordersInactive statesPlaceholder text
400
51FB
#51FBEA
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9E3
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DBC5
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE9D
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C70
Text on light backgroundsHeadingsStrong borders
900
0250
#025048
Primary textHigh emphasis contentDark headings
950
0132
#01322D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DCFEFB;
  --cyan-200: #BEFDF7;
  --cyan-300: #8DFCF1;
  --cyan-400: #51FBEA;
  --cyan-500: #1FF9E3;
  --cyan-600: #06DBC5;
  --cyan-700: #04AE9D;
  --cyan-800: #037C70;
  --cyan-900: #025048;
  --cyan-950: #01322D;
}
Generate More ShadesCreate PaletteConvert Color