Cyan

#00E0B0

Cyan

Color Codes

All color formats for development

HEX
#00E0B0
RGB
rgb(0, 224, 176)
HSL
hsl(167, 100%, 44%)
OKLCH
oklch(0.806 0.16 170)
CMYK
cmyk(100%, 0%, 21%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.29: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#00CA9E
2#00B48D
3#009D7B
4#008769
5#007058
6#005A46
7#004335
8#002D23
9#001612

Tints

Lighter variations

1#00FDC6
2#1BFFCD
3#37FFD4
4#54FFDA
5#70FFE0
6#8DFFE6
7#A9FFEC
8#C6FFF3
9#E2FFF9

Tones

Muted variations

1#0BD5A9
2#16CAA3
3#22BF9D
4#2DB496
5#38A890
6#439D8A
7#4F9283
8#5A877D
9#657B77

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE6
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD8
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFCD
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38C
Active/pressed statesDark mode accentsSecondary text
800
0080
#008064
Text on light backgroundsHeadingsStrong borders
900
0052
#005240
Primary textHigh emphasis contentDark headings
950
0033
#003328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DBFFF7;
  --cyan-200: #BDFFF1;
  --cyan-300: #8AFFE6;
  --cyan-400: #4DFFD8;
  --cyan-500: #1AFFCD;
  --cyan-600: #00E0B0;
  --cyan-700: #00B38C;
  --cyan-800: #008064;
  --cyan-900: #005240;
  --cyan-950: #003328;
}
Generate More ShadesCreate PaletteConvert Color