Cyan

#0AD6C9

Cyan

Color Codes

All color formats for development

HEX
#0AD6C9
RGB
rgb(10, 214, 201)
HSL
hsl(176, 91%, 44%)
OKLCH
oklch(0.789 0.137 187)
CMYK
cmyk(95%, 0%, 6%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#09C1B5
2#08ABA1
3#07968C
4#068178
5#056B64
6#045650
7#03403C
8#022B28
9#011514

Tints

Lighter variations

1#0BF2E2
2#25F5E7
3#40F6EA
4#5BF7ED
5#77F9F0
6#92FAF3
7#ADFBF6
8#C8FCF9
9#E4FEFC

Tones

Muted variations

1#14CCC0
2#1FC2B7
3#29B8AE
4#33ADA5
5#3DA39C
6#479994
7#528F8B
8#5C8582
9#667A79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFB
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF8
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAF3
BordersInactive statesPlaceholder text
400
55F7
#55F7EC
Disabled statesSecondary iconsMuted text
500
24F5
#24F5E7
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6C9
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AAA0
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A72
Text on light backgroundsHeadingsStrong borders
900
044E
#044E49
Primary textHigh emphasis contentDark headings
950
0231
#02312E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFD;
  --cyan-100: #DDFDFB;
  --cyan-200: #C0FCF8;
  --cyan-300: #8FFAF3;
  --cyan-400: #55F7EC;
  --cyan-500: #24F5E7;
  --cyan-600: #0AD6C9;
  --cyan-700: #08AAA0;
  --cyan-800: #067A72;
  --cyan-900: #044E49;
  --cyan-950: #02312E;
}
Generate More ShadesCreate PaletteConvert Color