Teal

#02B1B1

Cyan

Color Codes

All color formats for development

HEX
#02B1B1
RGB
rgb(2, 177, 177)
HSL
hsl(180, 98%, 35%)
OKLCH
oklch(0.689 0.117 194.8)
CMYK
cmyk(99%, 0%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.65:1

AA AAA

On Black Background

7.93: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#029F9F
2#018D8D
3#017C7C
4#016A6A
5#015858
6#014747
7#013535
8#002323
9#001212

Tints

Lighter variations

1#02D2D2
2#02F2F2
3#19FDFD
4#3AFDFD
5#5BFDFD
6#7CFEFE
7#9DFEFE
8#BDFEFE
9#DEFFFF

Tones

Muted variations

1#0BA8A8
2#139F9F
3#1C9696
4#258E8E
5#2E8585
6#367C7C
7#3F7373
8#486B6B
9#516262

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEFE
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEFE
BordersInactive statesPlaceholder text
400
4EFD
#4EFDFD
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDFD
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEDE
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B1B1
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E7E
Text on light backgroundsHeadingsStrong borders
900
0151
#015151
Primary textHigh emphasis contentDark headings
950
0132
#013232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFF;
  --teal-100: #DCFFFF;
  --teal-200: #BDFEFE;
  --teal-300: #8BFEFE;
  --teal-400: #4EFDFD;
  --teal-500: #1CFDFD;
  --teal-600: #02DEDE;
  --teal-700: #02B1B1;
  --teal-800: #017E7E;
  --teal-900: #015151;
  --teal-950: #013232;
}
Generate More ShadesCreate PaletteConvert Color