Cyan

#14CCC9

Cyan

Color Codes

All color formats for development

HEX
#14CCC9
RGB
rgb(20, 204, 201)
HSL
hsl(179, 82%, 44%)
OKLCH
oklch(0.765 0.129 192.9)
CMYK
cmyk(90%, 0%, 1%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.00:1

AA AAA

On Black Background

10.51: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#12B8B5
2#10A3A1
3#0E8F8D
4#0C7B79
5#0A6665
6#085250
7#063D3C
8#042928
9#021414

Tints

Lighter variations

1#17E6E3
2#2FEAE7
3#49EDEA
4#63F0ED
5#7DF2F0
6#97F5F3
7#B1F7F6
8#CBFAF9
9#E5FCFC

Tones

Muted variations

1#1DC3C0
2#27BAB7
3#30B1AE
4#39A7A6
5#429E9D
6#4B9594
7#558C8B
8#5E8382
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
#C3F9F8
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F3
BordersInactive statesPlaceholder text
400
5DEF
#5DEFEC
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAE7
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCC9
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A2A0
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7472
Text on light backgroundsHeadingsStrong borders
900
074A
#074A49
Primary textHigh emphasis contentDark headings
950
052E
#052E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DFFCFB;
  --cyan-200: #C3F9F8;
  --cyan-300: #94F4F3;
  --cyan-400: #5DEFEC;
  --cyan-500: #2EEAE7;
  --cyan-600: #14CCC9;
  --cyan-700: #10A2A0;
  --cyan-800: #0B7472;
  --cyan-900: #074A49;
  --cyan-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color