Cyan

#12CEC2

Cyan

Color Codes

All color formats for development

HEX
#12CEC2
RGB
rgb(18, 206, 194)
HSL
hsl(176, 84%, 44%)
OKLCH
oklch(0.768 0.132 187.3)
CMYK
cmyk(91%, 0%, 6%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.97:1

AA AAA

On Black Background

10.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#10BAAE
2#0EA59B
3#0D9188
4#0B7C74
5#096761
6#07534E
7#053E3A
8#042927
9#021513

Tints

Lighter variations

1#14E9DB
2#2DEDE0
3#47EFE4
4#61F1E8
5#7CF4EC
6#96F6EF
7#B0F8F3
8#CAFAF7
9#E5FDFB

Tones

Muted variations

1#1BC5BA
2#25BCB2
3#2EB2A9
4#38A9A1
5#419F99
6#4B9691
7#548C89
8#5D8381
9#677A78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFA
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF6
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6EF
BordersInactive statesPlaceholder text
400
5BF1
#5BF1E7
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDE0
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CEC2
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA49A
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A756E
Text on light backgroundsHeadingsStrong borders
900
074B
#074B47
Primary textHigh emphasis contentDark headings
950
042F
#042F2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFD;
  --cyan-100: #DEFCFA;
  --cyan-200: #C2FAF6;
  --cyan-300: #93F6EF;
  --cyan-400: #5BF1E7;
  --cyan-500: #2CEDE0;
  --cyan-600: #12CEC2;
  --cyan-700: #0EA49A;
  --cyan-800: #0A756E;
  --cyan-900: #074B47;
  --cyan-950: #042F2C;
}
Generate More ShadesCreate PaletteConvert Color