Cyan

#02DEAF

Cyan

Color Codes

All color formats for development

HEX
#02DEAF
RGB
rgb(2, 222, 175)
HSL
hsl(167, 98%, 44%)
OKLCH
oklch(0.801 0.158 170.3)
CMYK
cmyk(99%, 0%, 21%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.07: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#02C89D
2#02B28C
3#029C7A
4#018569
5#016F57
6#015946
7#014334
8#002C23
9#001611

Tints

Lighter variations

1#03FAC5
2#1DFDCC
3#39FDD3
4#55FDD9
5#72FEDF
6#8EFEE6
7#AAFEEC
8#C6FEF2
9#E3FFF9

Tones

Muted variations

1#0DD3A8
2#18C8A2
3#23BD9C
4#2EB296
5#39A78F
6#449C89
7#4F9183
8#5A867D
9#657B76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEF0
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEE5
BordersInactive statesPlaceholder text
400
4EFD
#4EFDD7
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDCC
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEAF
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B18B
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E63
Text on light backgroundsHeadingsStrong borders
900
0151
#01513F
Primary textHigh emphasis contentDark headings
950
0132
#013228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DCFFF7;
  --cyan-200: #BDFEF0;
  --cyan-300: #8BFEE5;
  --cyan-400: #4EFDD7;
  --cyan-500: #1CFDCC;
  --cyan-600: #02DEAF;
  --cyan-700: #02B18B;
  --cyan-800: #017E63;
  --cyan-900: #01513F;
  --cyan-950: #013228;
}
Generate More ShadesCreate PaletteConvert Color