Cyan

#13CDC4

Cyan

Color Codes

All color formats for development

HEX
#13CDC4
RGB
rgb(19, 205, 196)
HSL
hsl(177, 83%, 44%)
OKLCH
oklch(0.766 0.131 189.1)
CMYK
cmyk(91%, 0%, 4%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.99:1

AA AAA

On Black Background

10.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#11B9B0
2#0FA49D
3#0D9089
4#0B7B76
5#0A6762
6#08524E
7#063E3B
8#042927
9#021514

Tints

Lighter variations

1#16E7DD
2#2EECE2
3#48EEE6
4#62F0E9
5#7CF3ED
6#96F5F1
7#B1F8F4
8#CBFAF8
9#E5FDFB

Tones

Muted variations

1#1CC4BC
2#26BBB3
3#2FB1AB
4#38A8A2
5#429F9A
6#4B9592
7#548C89
8#5E8381
9#677A79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFA
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F7
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5F0
BordersInactive statesPlaceholder text
400
5CF0
#5CF0E8
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBE2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDC4
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA39C
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B756F
Text on light backgroundsHeadingsStrong borders
900
074B
#074B47
Primary textHigh emphasis contentDark headings
950
042F
#042F2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DEFCFA;
  --cyan-200: #C2F9F7;
  --cyan-300: #94F5F0;
  --cyan-400: #5CF0E8;
  --cyan-500: #2DEBE2;
  --cyan-600: #13CDC4;
  --cyan-700: #0FA39C;
  --cyan-800: #0B756F;
  --cyan-900: #074B47;
  --cyan-950: #042F2D;
}
Generate More ShadesCreate PaletteConvert Color