Cyan

#2BEEC0

Cyan

Color Codes

All color formats for development

HEX
#2BEEC0
RGB
rgb(43, 238, 192)
HSL
hsl(166, 85%, 55%)
OKLCH
oklch(0.848 0.159 171.3)
CMYK
cmyk(82%, 0%, 19%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.09: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#13EAB7
2#11D0A3
3#0FB68F
4#0D9C7A
5#0B8266
6#086852
7#064E3D
8#043429
9#021A14

Tints

Lighter variations

1#40F0C7
2#55F1CD
3#6AF3D3
4#80F5D9
5#95F6E0
6#AAF8E6
7#BFFAEC
8#D5FCF2
9#EAFDF9

Tones

Muted variations

1#34E4BB
2#3EDAB6
3#48D1B1
4#52C7AB
5#5BBDA6
6#65B3A1
7#6FAA9C
8#79A097
9#829691

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
92F6
#92F6DF
BordersInactive statesPlaceholder text
400
5AF2
#5AF2CE
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEC0
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D0A3
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA582
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A765D
Text on light backgroundsHeadingsStrong borders
900
064B
#064B3B
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: #92F6DF;
  --cyan-400: #5AF2CE;
  --cyan-500: #2BEEC0;
  --cyan-600: #11D0A3;
  --cyan-700: #0DA582;
  --cyan-800: #0A765D;
  --cyan-900: #064B3B;
  --cyan-950: #042F25;
}
Generate More ShadesCreate PaletteConvert Color