Cyan

#13CDCA

Cyan

Color Codes

All color formats for development

HEX
#13CDCA
RGB
rgb(19, 205, 202)
HSL
hsl(179, 83%, 44%)
OKLCH
oklch(0.768 0.13 192.9)
CMYK
cmyk(91%, 0%, 1%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.98:1

AA AAA

On Black Background

10.61: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#11B9B6
2#0FA4A2
3#0D908E
4#0B7B79
5#0A6765
6#085251
7#063E3D
8#042928
9#021514

Tints

Lighter variations

1#16E7E4
2#2EECE8
3#48EEEB
4#62F0EE
5#7CF3F1
6#96F5F4
7#B1F8F7
8#CBFAF9
9#E5FDFC

Tones

Muted variations

1#1CC4C1
2#26BBB8
3#2FB1AF
4#38A8A6
5#429F9D
6#4B9594
7#548C8B
8#5E8382
9#677A79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFB
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F8
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5F3
BordersInactive statesPlaceholder text
400
5CF0
#5CF0ED
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBE8
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDCA
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA3A1
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7573
Text on light backgroundsHeadingsStrong borders
900
074B
#074B4A
Primary textHigh emphasis contentDark headings
950
042F
#042F2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DEFCFB;
  --cyan-200: #C2F9F8;
  --cyan-300: #94F5F3;
  --cyan-400: #5CF0ED;
  --cyan-500: #2DEBE8;
  --cyan-600: #13CDCA;
  --cyan-700: #0FA3A1;
  --cyan-800: #0B7573;
  --cyan-900: #074B4A;
  --cyan-950: #042F2E;
}
Generate More ShadesCreate PaletteConvert Color