Cyan

#3CDDDD

Cyan

Color Codes

All color formats for development

HEX
#3CDDDD
RGB
rgb(60, 221, 221)
HSL
hsl(180, 70%, 55%)
OKLCH
oklch(0.819 0.127 195)
CMYK
cmyk(73%, 0%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#26D7D7
2#22BFBF
3#1DA7A7
4#198F8F
5#157777
6#115F5F
7#0D4848
8#083030
9#041818

Tints

Lighter variations

1#4FE0E0
2#63E3E3
3#76E7E7
4#8AEAEA
5#9DEEEE
6#B1F1F1
7#C4F5F5
8#D8F8F8
9#EBFCFC

Tones

Muted variations

1#44D5D5
2#4CCDCD
3#54C4C4
4#5CBCBC
5#64B4B4
6#6CACAC
7#74A4A4
8#7C9C9C
9#849494

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAFA
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F5
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDED
BordersInactive statesPlaceholder text
400
67E4
#67E4E4
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDDD
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFBF
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9898
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C6C
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4545
Primary textHigh emphasis contentDark headings
950
082B
#082B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F2FDFD;
  --cyan-100: #E1FAFA;
  --cyan-200: #C7F5F5;
  --cyan-300: #9BEDED;
  --cyan-400: #67E4E4;
  --cyan-500: #3CDDDD;
  --cyan-600: #22BFBF;
  --cyan-700: #1B9898;
  --cyan-800: #136C6C;
  --cyan-900: #0C4545;
  --cyan-950: #082B2B;
}
Generate More ShadesCreate PaletteConvert Color