Teal

#2D7A86

Cyan

Color Codes

All color formats for development

HEX
#2D7A86
RGB
rgb(45, 122, 134)
HSL
hsl(188, 50%, 35%)
OKLCH
oklch(0.538 0.076 209.5)
CMYK
cmyk(66%, 9%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.95:1

AA AAA

On Black Background

4.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E4F4
200
#CDEA
300
#A7DA
400
#79C6
500
#53B6
600
#3899
700
#2D7A
800
#2057
900
#1438
950
#0D23

Shades

Darker variations

1#286E78
2#24626B
3#1F555E
4#1B4950
5#163D43
6#123136
7#0D2528
8#09181B
9#040C0D

Tints

Lighter variations

1#35919F
2#3DA7B8
3#51B6C5
4#6AC0CD
5#83CBD6
6#9CD5DE
7#B4E0E6
8#CDEAEE
9#E6F5F7

Tones

Muted variations

1#317781
2#36737D
3#3A7078
4#3E6D74
5#436A70
6#47666B
7#4C6367
8#506062
9#555D5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F4
#E4F4F6
Light backgroundsTable row hoverSkeleton loading
200
CDEA
#CDEAEE
Secondary backgroundsInput backgroundsDividers
300
A7DA
#A7DAE2
BordersInactive statesPlaceholder text
400
79C6
#79C6D2
Disabled statesSecondary iconsMuted text
500
53B6
#53B6C6
Primary brand colorCTAsActive elementsLinks
600
3899
#3899A8
Hover statesFocus ringsPrimary buttons hover
700
2D7A
#2D7A86
Active/pressed statesDark mode accentsSecondary text
800
2057
#205760
Text on light backgroundsHeadingsStrong borders
900
1438
#14383D
Primary textHigh emphasis contentDark headings
950
0D23
#0D2326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F4FAFB;
  --teal-100: #E4F4F6;
  --teal-200: #CDEAEE;
  --teal-300: #A7DAE2;
  --teal-400: #79C6D2;
  --teal-500: #53B6C6;
  --teal-600: #3899A8;
  --teal-700: #2D7A86;
  --teal-800: #205760;
  --teal-900: #14383D;
  --teal-950: #0D2326;
}
Generate More ShadesCreate PaletteConvert Color