Cyan

#00E0C2

Cyan

Color Codes

All color formats for development

HEX
#00E0C2
RGB
rgb(0, 224, 194)
HSL
hsl(172, 100%, 44%)
OKLCH
oklch(0.811 0.149 178.4)
CMYK
cmyk(100%, 0%, 13%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.44: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#00CAAF
2#00B49C
3#009D88
4#008775
5#007061
6#005A4E
7#00433A
8#002D27
9#001613

Tints

Lighter variations

1#00FDDB
2#1BFFE1
3#37FFE4
4#54FFE8
5#70FFEC
6#8DFFF0
7#A9FFF4
8#C6FFF7
9#E2FFFB

Tones

Muted variations

1#0BD5BA
2#16CAB2
3#22BFAA
4#2DB4A2
5#38A899
6#439D91
7#4F9289
8#5A8781
9#657B78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFA
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF6
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFEF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE7
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C2
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39B
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806F
Text on light backgroundsHeadingsStrong borders
900
0052
#005247
Primary textHigh emphasis contentDark headings
950
0033
#00332C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DBFFFA;
  --cyan-200: #BDFFF6;
  --cyan-300: #8AFFEF;
  --cyan-400: #4DFFE7;
  --cyan-500: #1AFFE0;
  --cyan-600: #00E0C2;
  --cyan-700: #00B39B;
  --cyan-800: #00806F;
  --cyan-900: #005247;
  --cyan-950: #00332C;
}
Generate More ShadesCreate PaletteConvert Color