Cyan

#00E0D5

Cyan

Color Codes

All color formats for development

HEX
#00E0D5
RGB
rgb(0, 224, 213)
HSL
hsl(177, 100%, 44%)
OKLCH
oklch(0.817 0.142 188.5)
CMYK
cmyk(100%, 0%, 5%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.62: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#00CAC0
2#00B4AB
3#009D95
4#008780
5#00706B
6#005A55
7#004340
8#002D2B
9#001615

Tints

Lighter variations

1#00FDF0
2#1BFFF4
3#37FFF5
4#54FFF6
5#70FFF8
6#8DFFF9
7#A9FFFB
8#C6FFFC
9#E2FFFE

Tones

Muted variations

1#0BD5CB
2#16CAC1
3#22BFB7
4#2DB4AD
5#38A8A3
6#439D99
7#4F928E
8#5A8784
9#657B7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFD
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFC
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF9
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF6
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFF4
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0D5
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3AA
Active/pressed statesDark mode accentsSecondary text
800
0080
#008079
Text on light backgroundsHeadingsStrong borders
900
0052
#00524E
Primary textHigh emphasis contentDark headings
950
0033
#003330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFE;
  --cyan-100: #DBFFFD;
  --cyan-200: #BDFFFC;
  --cyan-300: #8AFFF9;
  --cyan-400: #4DFFF6;
  --cyan-500: #1AFFF4;
  --cyan-600: #00E0D5;
  --cyan-700: #00B3AA;
  --cyan-800: #008079;
  --cyan-900: #00524E;
  --cyan-950: #003330;
}
Generate More ShadesCreate PaletteConvert Color