Cyan

#08D9B2

Cyan

Color Codes

All color formats for development

HEX
#08D9B2
RGB
rgb(8, 217, 178)
HSL
hsl(169, 93%, 44%)
OKLCH
oklch(0.79 0.15 173.4)
CMYK
cmyk(96%, 0%, 18%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#07C3A0
2#06AD8F
3#05987D
4#05826B
5#046C59
6#035747
7#024135
8#022B24
9#011612

Tints

Lighter variations

1#09F4C9
2#23F7D0
3#3EF8D6
4#5AF9DC
5#75FAE2
6#91FBE8
7#ACFCED
8#C8FDF3
9#E3FEF9

Tones

Muted variations

1#12CEAC
2#1DC4A5
3#27B99E
4#32AF98
5#3CA491
6#469A8B
7#519084
8#5B857D
9#667B77

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF8
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF1
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBE7
BordersInactive statesPlaceholder text
400
53F9
#53F9DA
Disabled statesSecondary iconsMuted text
500
22F7
#22F7D0
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9B2
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC8E
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B65
Text on light backgroundsHeadingsStrong borders
900
034F
#034F41
Primary textHigh emphasis contentDark headings
950
0231
#023129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFC;
  --cyan-100: #DDFEF8;
  --cyan-200: #BFFDF1;
  --cyan-300: #8EFBE7;
  --cyan-400: #53F9DA;
  --cyan-500: #22F7D0;
  --cyan-600: #08D9B2;
  --cyan-700: #06AC8E;
  --cyan-800: #047B65;
  --cyan-900: #034F41;
  --cyan-950: #023129;
}
Generate More ShadesCreate PaletteConvert Color