Cyan

#00E0C6

Cyan

Color Codes

All color formats for development

HEX
#00E0C6
RGB
rgb(0, 224, 198)
HSL
hsl(173, 100%, 44%)
OKLCH
oklch(0.813 0.147 180.4)
CMYK
cmyk(100%, 0%, 12%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#00CAB2
2#00B49F
3#009D8B
4#008777
5#007063
6#005A4F
7#00433B
8#002D28
9#001614

Tints

Lighter variations

1#00FDDF
2#1BFFE4
3#37FFE8
4#54FFEB
5#70FFEE
6#8DFFF2
7#A9FFF5
8#C6FFF8
9#E2FFFC

Tones

Muted variations

1#0BD5BE
2#16CAB5
3#22BFAC
4#2DB4A4
5#38A89B
6#439D93
7#4F928A
8#5A8781
9#657B79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFB
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF7
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF1
BordersInactive statesPlaceholder text
400
4DFF
#4DFFEA
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE4
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C6
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39E
Active/pressed statesDark mode accentsSecondary text
800
0080
#008071
Text on light backgroundsHeadingsStrong borders
900
0052
#005248
Primary textHigh emphasis contentDark headings
950
0033
#00332D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DBFFFB;
  --cyan-200: #BDFFF7;
  --cyan-300: #8AFFF1;
  --cyan-400: #4DFFEA;
  --cyan-500: #1AFFE4;
  --cyan-600: #00E0C6;
  --cyan-700: #00B39E;
  --cyan-800: #008071;
  --cyan-900: #005248;
  --cyan-950: #00332D;
}
Generate More ShadesCreate PaletteConvert Color