Cyan

#16CACA

Cyan

Color Codes

All color formats for development

HEX
#16CACA
RGB
rgb(22, 202, 202)
HSL
hsl(180, 80%, 44%)
OKLCH
oklch(0.761 0.127 194.8)
CMYK
cmyk(89%, 0%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.03:1

AA AAA

On Black Background

10.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#14B6B6
2#12A2A2
3#108D8D
4#0D7979
5#0B6565
6#095151
7#073D3D
8#042828
9#021414

Tints

Lighter variations

1#19E4E4
2#31E8E8
3#4BEBEB
4#65EEEE
5#7EF1F1
6#98F4F4
7#B2F6F6
8#CCF9F9
9#E5FCFC

Tones

Muted variations

1#1FC1C1
2#28B8B8
3#31AFAF
4#3AA6A6
5#439D9D
6#4C9494
7#558B8B
8#5E8282
9#677979

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F8
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3F3
BordersInactive statesPlaceholder text
400
5EED
#5EEDED
Disabled statesSecondary iconsMuted text
500
30E8
#30E8E8
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CACA
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A1A1
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7373
Text on light backgroundsHeadingsStrong borders
900
0849
#084949
Primary textHigh emphasis contentDark headings
950
052E
#052E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FDFD;
  --cyan-100: #DFFBFB;
  --cyan-200: #C3F8F8;
  --cyan-300: #95F3F3;
  --cyan-400: #5EEDED;
  --cyan-500: #30E8E8;
  --cyan-600: #16CACA;
  --cyan-700: #12A1A1;
  --cyan-800: #0D7373;
  --cyan-900: #084949;
  --cyan-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color