Cyan

#02DEC1

Cyan

Color Codes

All color formats for development

HEX
#02DEC1
RGB
rgb(2, 222, 193)
HSL
hsl(172, 98%, 44%)
OKLCH
oklch(0.806 0.147 178.7)
CMYK
cmyk(99%, 0%, 13%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#02C8AE
2#02B29A
3#029C87
4#018574
5#016F60
6#01594D
7#01433A
8#002C27
9#001613

Tints

Lighter variations

1#03FAD9
2#1DFDDF
3#39FDE3
4#55FDE7
5#72FEEB
6#8EFEEF
7#AAFEF3
8#C6FEF7
9#E3FFFB

Tones

Muted variations

1#0DD3B9
2#18C8B1
3#23BDA9
4#2EB2A1
5#39A799
6#449C90
7#4F9188
8#5A8680
9#657B78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFFA
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEF6
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEEE
BordersInactive statesPlaceholder text
400
4EFD
#4EFDE6
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDDF
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEC1
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B199
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E6E
Text on light backgroundsHeadingsStrong borders
900
0151
#015146
Primary textHigh emphasis contentDark headings
950
0132
#01322C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DCFFFA;
  --cyan-200: #BDFEF6;
  --cyan-300: #8BFEEE;
  --cyan-400: #4EFDE6;
  --cyan-500: #1CFDDF;
  --cyan-600: #02DEC1;
  --cyan-700: #02B199;
  --cyan-800: #017E6E;
  --cyan-900: #015146;
  --cyan-950: #01322C;
}
Generate More ShadesCreate PaletteConvert Color