Cyan

#2DEBE2

Cyan

Color Codes

All color formats for development

HEX
#2DEBE2
RGB
rgb(45, 235, 226)
HSL
hsl(177, 83%, 55%)
OKLCH
oklch(0.851 0.14 189.7)
CMYK
cmyk(81%, 0%, 4%, 8%)

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

Shades

Darker variations

1#15E7DD
2#13CDC4
3#11B4AC
4#0E9A93
5#0C807B
6#0A6762
7#074D4A
8#053331
9#021A19

Tints

Lighter variations

1#42EDE5
2#57EFE8
3#6CF1EB
4#81F3EE
5#96F5F0
6#ABF7F3
7#C0F9F6
8#D5FBF9
9#EAFDFC

Tones

Muted variations

1#37E2D9
2#40D8D1
3#4ACFC8
4#53C5C0
5#5DBCB7
6#66B2AF
7#70A9A6
8#799F9D
9#839695

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFA
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F7
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5F0
BordersInactive statesPlaceholder text
400
5CF0
#5CF0E8
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBE2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDC4
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA39C
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B756F
Text on light backgroundsHeadingsStrong borders
900
074B
#074B47
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: #DEFCFA;
  --cyan-200: #C2F9F7;
  --cyan-300: #94F5F0;
  --cyan-400: #5CF0E8;
  --cyan-500: #2DEBE2;
  --cyan-600: #13CDC4;
  --cyan-700: #0FA39C;
  --cyan-800: #0B756F;
  --cyan-900: #074B47;
  --cyan-950: #042F2D;
}
Generate More ShadesCreate PaletteConvert Color