Cyan

#11D0C0

Cyan

Color Codes

All color formats for development

HEX
#11D0C0
RGB
rgb(17, 208, 192)
HSL
hsl(175, 85%, 44%)
OKLCH
oklch(0.772 0.134 185)
CMYK
cmyk(92%, 0%, 8%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#92F6
400
#5AF2
500
#2BEE
600
#11D0
700
#0DA5
800
#0A76
900
#064B
950
#042F

Shades

Darker variations

1#0FBBAD
2#0DA699
3#0C9186
4#0A7D73
5#086860
6#07534D
7#053E3A
8#032A26
9#021513

Tints

Lighter variations

1#13EAD8
2#2CEEDE
3#46F0E2
4#60F2E6
5#7BF4EA
6#95F6EE
7#B0F9F3
8#CAFBF7
9#E5FDFB

Tones

Muted variations

1#1AC6B8
2#24BCB0
3#2DB3A8
4#37A9A0
5#41A098
6#4A9690
7#548D88
8#5D8380
9#677A78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFA
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF5
Secondary backgroundsInput backgroundsDividers
300
92F6
#92F6EE
BordersInactive statesPlaceholder text
400
5AF2
#5AF2E5
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEDE
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D0C0
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA598
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A766D
Text on light backgroundsHeadingsStrong borders
900
064B
#064B46
Primary textHigh emphasis contentDark headings
950
042F
#042F2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DEFCFA;
  --cyan-200: #C2FAF5;
  --cyan-300: #92F6EE;
  --cyan-400: #5AF2E5;
  --cyan-500: #2BEEDE;
  --cyan-600: #11D0C0;
  --cyan-700: #0DA598;
  --cyan-800: #0A766D;
  --cyan-900: #064B46;
  --cyan-950: #042F2C;
}
Generate More ShadesCreate PaletteConvert Color