Cyan

#00E0BF

Cyan

Color Codes

All color formats for development

HEX
#00E0BF
RGB
rgb(0, 224, 191)
HSL
hsl(171, 100%, 44%)
OKLCH
oklch(0.811 0.15 176.9)
CMYK
cmyk(100%, 0%, 15%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.41: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#00CAAC
2#00B499
3#009D86
4#008772
5#00705F
6#005A4C
7#004339
8#002D26
9#001613

Tints

Lighter variations

1#00FDD7
2#1BFFDD
3#37FFE1
4#54FFE5
5#70FFEA
6#8DFFEE
7#A9FFF2
8#C6FFF6
9#E2FFFB

Tones

Muted variations

1#0BD5B7
2#16CAAF
3#22BFA7
4#2DB49F
5#38A897
6#439D90
7#4F9288
8#5A8780
9#657B78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFA
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF5
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFED
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE4
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFDD
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0BF
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B398
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806C
Text on light backgroundsHeadingsStrong borders
900
0052
#005245
Primary textHigh emphasis contentDark headings
950
0033
#00332B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DBFFFA;
  --cyan-200: #BDFFF5;
  --cyan-300: #8AFFED;
  --cyan-400: #4DFFE4;
  --cyan-500: #1AFFDD;
  --cyan-600: #00E0BF;
  --cyan-700: #00B398;
  --cyan-800: #00806C;
  --cyan-900: #005245;
  --cyan-950: #00332B;
}
Generate More ShadesCreate PaletteConvert Color