Cyan

#2DEBE5

Cyan

Color Codes

All color formats for development

HEX
#2DEBE5
RGB
rgb(45, 235, 229)
HSL
hsl(178, 83%, 55%)
OKLCH
oklch(0.852 0.14 191.4)
CMYK
cmyk(81%, 0%, 3%, 8%)

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
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#15E7E0
2#13CDC7
3#11B4AE
4#0E9A95
5#0C807C
6#0A6764
7#074D4B
8#053332
9#021A19

Tints

Lighter variations

1#42EDE8
2#57EFEA
3#6CF1ED
4#81F3EF
5#96F5F2
6#ABF7F5
7#C0F9F7
8#D5FBFA
9#EAFDFC

Tones

Muted variations

1#37E2DC
2#40D8D3
3#4ACFCA
4#53C5C2
5#5DBCB9
6#66B2B0
7#70A9A7
8#799F9E
9#839695

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFB
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F8
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5F2
BordersInactive statesPlaceholder text
400
5CF0
#5CF0EB
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBE5
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDC7
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA39E
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7571
Text on light backgroundsHeadingsStrong borders
900
074B
#074B48
Primary textHigh emphasis contentDark headings
950
042F
#042F2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DEFCFB;
  --cyan-200: #C2F9F8;
  --cyan-300: #94F5F2;
  --cyan-400: #5CF0EB;
  --cyan-500: #2DEBE5;
  --cyan-600: #13CDC7;
  --cyan-700: #0FA39E;
  --cyan-800: #0B7571;
  --cyan-900: #074B48;
  --cyan-950: #042F2D;
}
Generate More ShadesCreate PaletteConvert Color