Cyan

#2CEDD0

Cyan

Color Codes

All color formats for development

HEX
#2CEDD0
RGB
rgb(44, 237, 208)
HSL
hsl(171, 84%, 55%)
OKLCH
oklch(0.851 0.148 179.2)
CMYK
cmyk(81%, 0%, 12%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.13: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#14E8C8
2#12CEB2
3#10B59C
4#0D9B86
5#0B816F
6#096759
7#074D43
8#04342D
9#021A16

Tints

Lighter variations

1#41EED4
2#56F0D9
3#6BF2DE
4#80F4E3
5#95F6E7
6#ABF8EC
7#C0F9F1
8#D5FBF6
9#EAFDFA

Tones

Muted variations

1#35E3C9
2#3FD9C2
3#49D0BB
4#52C6B5
5#5CBCAE
6#66B3A7
7#6FA9A0
8#79A09A
9#839693

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF8
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF1
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6E7
BordersInactive statesPlaceholder text
400
5BF1
#5BF1DA
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDD0
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CEB2
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA48E
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7565
Text on light backgroundsHeadingsStrong borders
900
074B
#074B41
Primary textHigh emphasis contentDark headings
950
042F
#042F28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFC;
  --cyan-100: #DEFCF8;
  --cyan-200: #C2FAF1;
  --cyan-300: #93F6E7;
  --cyan-400: #5BF1DA;
  --cyan-500: #2CEDD0;
  --cyan-600: #12CEB2;
  --cyan-700: #0EA48E;
  --cyan-800: #0A7565;
  --cyan-900: #074B41;
  --cyan-950: #042F28;
}
Generate More ShadesCreate PaletteConvert Color