Cyan

#14CCC6

Cyan

Color Codes

All color formats for development

HEX
#14CCC6
RGB
rgb(20, 204, 198)
HSL
hsl(178, 82%, 44%)
OKLCH
oklch(0.764 0.129 191)
CMYK
cmyk(90%, 0%, 3%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.00:1

AA AAA

On Black Background

10.48: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#12B8B2
2#10A39E
3#0E8F8B
4#0C7B77
5#0A6663
6#08524F
7#063D3B
8#042928
9#021414

Tints

Lighter variations

1#17E6DF
2#2FEAE4
3#49EDE8
4#63F0EB
5#7DF2EE
6#97F5F2
7#B1F7F5
8#CBFAF8
9#E5FCFC

Tones

Muted variations

1#1DC3BD
2#27BAB5
3#30B1AC
4#39A7A4
5#429E9B
6#4B9593
7#558C8A
8#5E8381
9#677979

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCFB
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F7
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F1
BordersInactive statesPlaceholder text
400
5DEF
#5DEFEA
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAE4
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCC6
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A29E
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7471
Text on light backgroundsHeadingsStrong borders
900
074A
#074A48
Primary textHigh emphasis contentDark headings
950
052E
#052E2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DFFCFB;
  --cyan-200: #C3F9F7;
  --cyan-300: #94F4F1;
  --cyan-400: #5DEFEA;
  --cyan-500: #2EEAE4;
  --cyan-600: #14CCC6;
  --cyan-700: #10A29E;
  --cyan-800: #0B7471;
  --cyan-900: #074A48;
  --cyan-950: #052E2D;
}
Generate More ShadesCreate PaletteConvert Color