Cyan

#2DEBCC

Cyan

Color Codes

All color formats for development

HEX
#2DEBCC
RGB
rgb(45, 235, 204)
HSL
hsl(170, 83%, 55%)
OKLCH
oklch(0.845 0.148 178)
CMYK
cmyk(81%, 0%, 13%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.87: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#15E7C4
2#13CDAE
3#11B498
4#0E9A83
5#0C806D
6#0A6757
7#074D41
8#05332C
9#021A16

Tints

Lighter variations

1#42EDD1
2#57EFD6
3#6CF1DB
4#81F3E0
5#96F5E5
6#ABF7EA
7#C0F9F0
8#D5FBF5
9#EAFDFA

Tones

Muted variations

1#37E2C5
2#40D8BF
3#4ACFB9
4#53C5B2
5#5DBCAC
6#66B2A6
7#70A99F
8#799F99
9#839693

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF7
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F0
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5E5
BordersInactive statesPlaceholder text
400
5CF0
#5CF0D7
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBCC
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDAE
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA38B
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7563
Text on light backgroundsHeadingsStrong borders
900
074B
#074B3F
Primary textHigh emphasis contentDark headings
950
042F
#042F28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFC;
  --cyan-100: #DEFCF7;
  --cyan-200: #C2F9F0;
  --cyan-300: #94F5E5;
  --cyan-400: #5CF0D7;
  --cyan-500: #2DEBCC;
  --cyan-600: #13CDAE;
  --cyan-700: #0FA38B;
  --cyan-800: #0B7563;
  --cyan-900: #074B3F;
  --cyan-950: #042F28;
}
Generate More ShadesCreate PaletteConvert Color