Cyan

#2CEDC0

Cyan

Color Codes

All color formats for development

HEX
#2CEDC0
RGB
rgb(44, 237, 192)
HSL
hsl(166, 84%, 55%)
OKLCH
oklch(0.846 0.157 171.7)
CMYK
cmyk(81%, 0%, 19%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#14E8B7
2#12CEA2
3#10B58E
4#0D9B7A
5#0B8166
6#096751
7#074D3D
8#043429
9#021A14

Tints

Lighter variations

1#41EEC6
2#56F0CC
3#6BF2D3
4#80F4D9
5#95F6DF
6#ABF8E6
7#C0F9EC
8#D5FBF2
9#EAFDF9

Tones

Muted variations

1#35E3BB
2#3FD9B5
3#49D0B0
4#52C6AB
5#5CBCA6
6#66B3A1
7#6FA99C
8#79A097
9#839691

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF5
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAED
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6DF
BordersInactive statesPlaceholder text
400
5BF1
#5BF1CE
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDC0
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CEA2
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA481
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A755C
Text on light backgroundsHeadingsStrong borders
900
074B
#074B3B
Primary textHigh emphasis contentDark headings
950
042F
#042F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFB;
  --cyan-100: #DEFCF5;
  --cyan-200: #C2FAED;
  --cyan-300: #93F6DF;
  --cyan-400: #5BF1CE;
  --cyan-500: #2CEDC0;
  --cyan-600: #12CEA2;
  --cyan-700: #0EA481;
  --cyan-800: #0A755C;
  --cyan-900: #074B3B;
  --cyan-950: #042F25;
}
Generate More ShadesCreate PaletteConvert Color