Cyan

#2DEBC2

Cyan

Color Codes

All color formats for development

HEX
#2DEBC2
RGB
rgb(45, 235, 194)
HSL
hsl(167, 83%, 55%)
OKLCH
oklch(0.842 0.154 173.2)
CMYK
cmyk(81%, 0%, 17%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.77: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#15E7BA
2#13CDA5
3#11B490
4#0E9A7C
5#0C8067
6#0A6752
7#074D3E
8#053329
9#021A15

Tints

Lighter variations

1#42EDC8
2#57EFCE
3#6CF1D4
4#81F3DB
5#96F5E1
6#ABF7E7
7#C0F9ED
8#D5FBF3
9#EAFDF9

Tones

Muted variations

1#37E2BD
2#40D8B7
3#4ACFB2
4#53C5AD
5#5DBCA7
6#66B2A2
7#70A99C
8#799F97
9#839692

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF6
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9ED
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5E0
BordersInactive statesPlaceholder text
400
5CF0
#5CF0D0
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBC2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDA5
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA383
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B755E
Text on light backgroundsHeadingsStrong borders
900
074B
#074B3C
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: #DEFCF6;
  --cyan-200: #C2F9ED;
  --cyan-300: #94F5E0;
  --cyan-400: #5CF0D0;
  --cyan-500: #2DEBC2;
  --cyan-600: #13CDA5;
  --cyan-700: #0FA383;
  --cyan-800: #0B755E;
  --cyan-900: #074B3C;
  --cyan-950: #042F25;
}
Generate More ShadesCreate PaletteConvert Color