Cyan

#09D7C6

Cyan

Color Codes

All color formats for development

HEX
#09D7C6
RGB
rgb(9, 215, 198)
HSL
hsl(175, 92%, 44%)
OKLCH
oklch(0.791 0.139 184.8)
CMYK
cmyk(96%, 0%, 8%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#08C2B2
2#07AC9F
3#06978B
4#058177
5#046C63
6#04564F
7#03413B
8#022B28
9#011614

Tints

Lighter variations

1#0AF3DF
2#24F6E4
3#3FF7E8
4#5AF8EB
5#76F9EE
6#91FAF2
7#ADFCF5
8#C8FDF8
9#E4FEFC

Tones

Muted variations

1#13CDBE
2#1EC3B5
3#28B8AC
4#32AEA4
5#3DA49B
6#479993
7#518F8A
8#5C8581
9#667B79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFB
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCF7
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAF1
BordersInactive statesPlaceholder text
400
54F8
#54F8EA
Disabled statesSecondary iconsMuted text
500
23F6
#23F6E4
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7C6
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB9E
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A71
Text on light backgroundsHeadingsStrong borders
900
034E
#034E48
Primary textHigh emphasis contentDark headings
950
0231
#02312D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFD;
  --cyan-100: #DDFEFB;
  --cyan-200: #BFFCF7;
  --cyan-300: #8EFAF1;
  --cyan-400: #54F8EA;
  --cyan-500: #23F6E4;
  --cyan-600: #09D7C6;
  --cyan-700: #07AB9E;
  --cyan-800: #057A71;
  --cyan-900: #034E48;
  --cyan-950: #02312D;
}
Generate More ShadesCreate PaletteConvert Color