Cyan

#2EEAE1

Cyan

Color Codes

All color formats for development

HEX
#2EEAE1
RGB
rgb(46, 234, 225)
HSL
hsl(177, 82%, 55%)
OKLCH
oklch(0.849 0.14 189.7)
CMYK
cmyk(80%, 0%, 4%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#17E6DB
2#14CCC3
3#12B3AB
4#0F9992
5#0D807A
6#0A6662
7#084D49
8#053331
9#031A18

Tints

Lighter variations

1#43ECE4
2#58EEE7
3#6DF1EA
4#82F3ED
5#97F5F0
6#ABF7F3
7#C0F9F6
8#D5FBF9
9#EAFDFC

Tones

Muted variations

1#38E1D8
2#41D8D0
3#4ACEC8
4#54C5BF
5#5DBBB7
6#67B2AE
7#70A8A6
8#799F9D
9#839695

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCFA
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F6
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F0
BordersInactive statesPlaceholder text
400
5DEF
#5DEFE8
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAE1
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCC3
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A29B
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B746F
Text on light backgroundsHeadingsStrong borders
900
074A
#074A47
Primary textHigh emphasis contentDark headings
950
052E
#052E2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DFFCFA;
  --cyan-200: #C3F9F6;
  --cyan-300: #94F4F0;
  --cyan-400: #5DEFE8;
  --cyan-500: #2EEAE1;
  --cyan-600: #14CCC3;
  --cyan-700: #10A29B;
  --cyan-800: #0B746F;
  --cyan-900: #074A47;
  --cyan-950: #052E2C;
}
Generate More ShadesCreate PaletteConvert Color