Cyan

#00E0CE

Cyan

Color Codes

All color formats for development

HEX
#00E0CE
RGB
rgb(0, 224, 206)
HSL
hsl(175, 100%, 44%)
OKLCH
oklch(0.815 0.144 184.6)
CMYK
cmyk(100%, 0%, 8%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.55: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#00CAB9
2#00B4A5
3#009D90
4#00877B
5#007067
6#005A52
7#00433E
8#002D29
9#001615

Tints

Lighter variations

1#00FDE8
2#1BFFEC
3#37FFEE
4#54FFF1
5#70FFF3
6#8DFFF5
7#A9FFF8
8#C6FFFA
9#E2FFFD

Tones

Muted variations

1#0BD5C4
2#16CABB
3#22BFB2
4#2DB4A8
5#38A89F
6#439D96
7#4F928C
8#5A8783
9#657B7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFC
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF9
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF5
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF0
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFEC
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0CE
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3A4
Active/pressed statesDark mode accentsSecondary text
800
0080
#008075
Text on light backgroundsHeadingsStrong borders
900
0052
#00524B
Primary textHigh emphasis contentDark headings
950
0033
#00332F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFE;
  --cyan-100: #DBFFFC;
  --cyan-200: #BDFFF9;
  --cyan-300: #8AFFF5;
  --cyan-400: #4DFFF0;
  --cyan-500: #1AFFEC;
  --cyan-600: #00E0CE;
  --cyan-700: #00B3A4;
  --cyan-800: #008075;
  --cyan-900: #00524B;
  --cyan-950: #00332F;
}
Generate More ShadesCreate PaletteConvert Color