Cyan

#06CDDB

Cyan

Color Codes

All color formats for development

HEX
#06CDDB
RGB
rgb(6, 205, 219)
HSL
hsl(184, 95%, 44%)
OKLCH
oklch(0.773 0.131 203.6)
CMYK
cmyk(97%, 6%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DCFC
200
#BEF9
300
#8DF5
400
#51EF
500
#1FEB
600
#06CD
700
#04A3
800
#0374
900
#024A
950
#012E

Shades

Darker variations

1#05B8C5
2#04A4AF
3#048F99
4#037B83
5#03666D
6#025258
7#023D42
8#01292C
9#011416

Tints

Lighter variations

1#06E7F7
2#20EBF9
3#3CEDFA
4#58F0FB
5#74F2FB
6#90F5FC
7#ABF7FD
8#C7FAFE
9#E3FCFE

Tones

Muted variations

1#10C3D0
2#1BBAC5
3#26B1BB
4#30A8B0
5#3B9EA5
6#46959B
7#508C90
8#5B8386
9#66797B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFC
#DCFCFE
Light backgroundsTable row hoverSkeleton loading
200
BEF9
#BEF9FD
Secondary backgroundsInput backgroundsDividers
300
8DF5
#8DF5FC
BordersInactive statesPlaceholder text
400
51EF
#51EFFB
Disabled statesSecondary iconsMuted text
500
1FEB
#1FEBF9
Primary brand colorCTAsActive elementsLinks
600
06CD
#06CDDB
Hover statesFocus ringsPrimary buttons hover
700
04A3
#04A3AE
Active/pressed statesDark mode accentsSecondary text
800
0374
#03747C
Text on light backgroundsHeadingsStrong borders
900
024A
#024A50
Primary textHigh emphasis contentDark headings
950
012E
#012E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFF;
  --cyan-100: #DCFCFE;
  --cyan-200: #BEF9FD;
  --cyan-300: #8DF5FC;
  --cyan-400: #51EFFB;
  --cyan-500: #1FEBF9;
  --cyan-600: #06CDDB;
  --cyan-700: #04A3AE;
  --cyan-800: #03747C;
  --cyan-900: #024A50;
  --cyan-950: #012E32;
}
Generate More ShadesCreate PaletteConvert Color