Cyan

#02DEC8

Cyan

Color Codes

All color formats for development

HEX
#02DEC8
RGB
rgb(2, 222, 200)
HSL
hsl(174, 98%, 44%)
OKLCH
oklch(0.808 0.144 182.4)
CMYK
cmyk(99%, 0%, 10%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.29: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#02C8B4
2#02B2A0
3#029C8C
4#018578
5#016F64
6#015950
7#01433C
8#002C28
9#001614

Tints

Lighter variations

1#03FAE2
2#1DFDE6
3#39FDE9
4#55FDEC
5#72FEF0
6#8EFEF3
7#AAFEF6
8#C6FEF9
9#E3FFFC

Tones

Muted variations

1#0DD3BF
2#18C8B7
3#23BDAE
4#2EB2A5
5#39A79C
6#449C93
7#4F918B
8#5A8682
9#657B79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFFB
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEF8
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEF2
BordersInactive statesPlaceholder text
400
4EFD
#4EFDEC
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDE6
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEC8
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B19F
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E72
Text on light backgroundsHeadingsStrong borders
900
0151
#015149
Primary textHigh emphasis contentDark headings
950
0132
#01322D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DCFFFB;
  --cyan-200: #BDFEF8;
  --cyan-300: #8BFEF2;
  --cyan-400: #4EFDEC;
  --cyan-500: #1CFDE6;
  --cyan-600: #02DEC8;
  --cyan-700: #02B19F;
  --cyan-800: #017E72;
  --cyan-900: #015149;
  --cyan-950: #01322D;
}
Generate More ShadesCreate PaletteConvert Color