Cyan

#2BEEDA

Cyan

Color Codes

All color formats for development

HEX
#2BEEDA
RGB
rgb(43, 238, 218)
HSL
hsl(174, 85%, 55%)
OKLCH
oklch(0.856 0.146 183.9)
CMYK
cmyk(82%, 0%, 8%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.34: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#13EAD4
2#11D0BC
3#0FB6A5
4#0D9C8D
5#0B8276
6#08685E
7#064E47
8#04342F
9#021A18

Tints

Lighter variations

1#40F0DE
2#55F1E2
3#6AF3E5
4#80F5E9
5#95F6ED
6#AAF8F0
7#BFFAF4
8#D5FCF8
9#EAFDFB

Tones

Muted variations

1#34E4D2
2#3EDACB
3#48D1C3
4#52C7BB
5#5BBDB3
6#65B3AB
7#6FAAA4
8#79A09C
9#829694

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF9
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF4
Secondary backgroundsInput backgroundsDividers
300
92F6
#92F6EC
BordersInactive statesPlaceholder text
400
5AF2
#5AF2E2
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEDA
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D0BC
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA596
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A766B
Text on light backgroundsHeadingsStrong borders
900
064B
#064B45
Primary textHigh emphasis contentDark headings
950
042F
#042F2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DEFCF9;
  --cyan-200: #C2FAF4;
  --cyan-300: #92F6EC;
  --cyan-400: #5AF2E2;
  --cyan-500: #2BEEDA;
  --cyan-600: #11D0BC;
  --cyan-700: #0DA596;
  --cyan-800: #0A766B;
  --cyan-900: #064B45;
  --cyan-950: #042F2B;
}
Generate More ShadesCreate PaletteConvert Color