Cyan

#32E7CC

Cyan

Color Codes

All color formats for development

HEX
#32E7CC
RGB
rgb(50, 231, 204)
HSL
hsl(171, 79%, 55%)
OKLCH
oklch(0.836 0.143 179.7)
CMYK
cmyk(78%, 0%, 12%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#1BE2C4
2#18C9AE
3#15B098
4#129783
5#0F7E6D
6#0C6457
7#094B41
8#06322C
9#031916

Tints

Lighter variations

1#46E9D1
2#5BECD6
3#6FEEDB
4#84F1E0
5#98F3E5
6#ADF5EA
7#C1F8F0
8#D6FAF5
9#EAFDFA

Tones

Muted variations

1#3BDEC5
2#44D5BF
3#4DCCB9
4#56C3B2
5#5FBAAC
6#68B1A6
7#71A79F
8#7A9E99
9#839593

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF7
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F0
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3E5
BordersInactive statesPlaceholder text
400
5FEC
#5FECD7
Disabled statesSecondary iconsMuted text
500
32E7
#32E7CC
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9AE
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A08B
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7263
Text on light backgroundsHeadingsStrong borders
900
0949
#09493F
Primary textHigh emphasis contentDark headings
950
052E
#052E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FDFC;
  --cyan-100: #DFFBF7;
  --cyan-200: #C4F8F0;
  --cyan-300: #96F3E5;
  --cyan-400: #5FECD7;
  --cyan-500: #32E7CC;
  --cyan-600: #18C9AE;
  --cyan-700: #13A08B;
  --cyan-800: #0D7263;
  --cyan-900: #09493F;
  --cyan-950: #052E28;
}
Generate More ShadesCreate PaletteConvert Color