Cyan

#2CEDE0

Cyan

Color Codes

All color formats for development

HEX
#2CEDE0
RGB
rgb(44, 237, 224)
HSL
hsl(176, 84%, 55%)
OKLCH
oklch(0.855 0.143 187.6)
CMYK
cmyk(81%, 0%, 5%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.47:1

AA AAA

On Black Background

14.30: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#14E8DA
2#12CEC2
3#10B5AA
4#0D9B91
5#0B8179
6#096761
7#074D49
8#043430
9#021A18

Tints

Lighter variations

1#41EEE3
2#56F0E6
3#6BF2E9
4#80F4EC
5#95F6EF
6#ABF8F3
7#C0F9F6
8#D5FBF9
9#EAFDFC

Tones

Muted variations

1#35E3D7
2#3FD9CF
3#49D0C7
4#52C6BE
5#5CBCB6
6#66B3AE
7#6FA9A5
8#79A09D
9#839695

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
#C2FAF6
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6EF
BordersInactive statesPlaceholder text
400
5BF1
#5BF1E7
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDE0
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CEC2
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA49A
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A756E
Text on light backgroundsHeadingsStrong borders
900
074B
#074B47
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: #C2FAF6;
  --cyan-300: #93F6EF;
  --cyan-400: #5BF1E7;
  --cyan-500: #2CEDE0;
  --cyan-600: #12CEC2;
  --cyan-700: #0EA49A;
  --cyan-800: #0A756E;
  --cyan-900: #074B47;
  --cyan-950: #042F2C;
}
Generate More ShadesCreate PaletteConvert Color