Cyan

#00E0B4

Cyan

Color Codes

All color formats for development

HEX
#00E0B4
RGB
rgb(0, 224, 180)
HSL
hsl(168, 100%, 44%)
OKLCH
oklch(0.808 0.157 171.8)
CMYK
cmyk(100%, 0%, 20%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.32: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#00CAA2
2#00B490
3#009D7E
4#00876C
5#00705A
6#005A48
7#004336
8#002D24
9#001612

Tints

Lighter variations

1#00FDCA
2#1BFFD1
3#37FFD7
4#54FFDD
5#70FFE2
6#8DFFE8
7#A9FFEE
8#C6FFF4
9#E2FFF9

Tones

Muted variations

1#0BD5AD
2#16CAA6
3#22BF9F
4#2DB499
5#38A892
6#439D8B
7#4F9284
8#5A877E
9#657B77

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF8
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFDB
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFD1
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B4
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38F
Active/pressed statesDark mode accentsSecondary text
800
0080
#008066
Text on light backgroundsHeadingsStrong borders
900
0052
#005241
Primary textHigh emphasis contentDark headings
950
0033
#003329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DBFFF8;
  --cyan-200: #BDFFF2;
  --cyan-300: #8AFFE8;
  --cyan-400: #4DFFDB;
  --cyan-500: #1AFFD1;
  --cyan-600: #00E0B4;
  --cyan-700: #00B38F;
  --cyan-800: #008066;
  --cyan-900: #005241;
  --cyan-950: #003329;
}
Generate More ShadesCreate PaletteConvert Color