Cyan

#00E0AC

Cyan

Color Codes

All color formats for development

HEX
#00E0AC
RGB
rgb(0, 224, 172)
HSL
hsl(166, 100%, 44%)
OKLCH
oklch(0.805 0.162 168.4)
CMYK
cmyk(100%, 0%, 23%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.26: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#00CA9B
2#00B48A
3#009D78
4#008767
5#007056
6#005A45
7#004334
8#002D22
9#001611

Tints

Lighter variations

1#00FDC2
2#1BFFCA
3#37FFD0
4#54FFD7
5#70FFDE
6#8DFFE4
7#A9FFEB
8#C6FFF2
9#E2FFF8

Tones

Muted variations

1#0BD5A6
2#16CAA0
3#22BF9A
4#2DB494
5#38A88E
6#439D88
7#4F9282
8#5A877C
9#657B76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF0
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE4
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD5
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFC9
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0AC
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B389
Active/pressed statesDark mode accentsSecondary text
800
0080
#008062
Text on light backgroundsHeadingsStrong borders
900
0052
#00523F
Primary textHigh emphasis contentDark headings
950
0033
#003327
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFB;
  --cyan-100: #DBFFF7;
  --cyan-200: #BDFFF0;
  --cyan-300: #8AFFE4;
  --cyan-400: #4DFFD5;
  --cyan-500: #1AFFC9;
  --cyan-600: #00E0AC;
  --cyan-700: #00B389;
  --cyan-800: #008062;
  --cyan-900: #00523F;
  --cyan-950: #003327;
}
Generate More ShadesCreate PaletteConvert Color