Cyan

#2BEEEB

Cyan

Color Codes

All color formats for development

HEX
#2BEEEB
RGB
rgb(43, 238, 235)
HSL
hsl(179, 85%, 55%)
OKLCH
oklch(0.861 0.142 193.2)
CMYK
cmyk(82%, 0%, 1%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.53: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#13EAE6
2#11D0CC
3#0FB6B3
4#0D9C99
5#0B8280
6#086866
7#064E4D
8#043433
9#021A1A

Tints

Lighter variations

1#40F0ED
2#55F1EF
3#6AF3F1
4#80F5F3
5#95F6F5
6#AAF8F7
7#BFFAF9
8#D5FCFB
9#EAFDFD

Tones

Muted variations

1#34E4E1
2#3EDAD8
3#48D1CE
4#52C7C5
5#5BBDBB
6#65B3B2
7#6FAAA9
8#79A09F
9#829696

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFC
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF9
Secondary backgroundsInput backgroundsDividers
300
92F6
#92F6F5
BordersInactive statesPlaceholder text
400
5AF2
#5AF2EF
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEEB
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D0CC
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA5A3
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A7674
Text on light backgroundsHeadingsStrong borders
900
064B
#064B4A
Primary textHigh emphasis contentDark headings
950
042F
#042F2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFE;
  --cyan-100: #DEFCFC;
  --cyan-200: #C2FAF9;
  --cyan-300: #92F6F5;
  --cyan-400: #5AF2EF;
  --cyan-500: #2BEEEB;
  --cyan-600: #11D0CC;
  --cyan-700: #0DA5A3;
  --cyan-800: #0A7674;
  --cyan-900: #064B4A;
  --cyan-950: #042F2E;
}
Generate More ShadesCreate PaletteConvert Color