Teal

#207D92

Cyan

Color Codes

All color formats for development

HEX
#207D92
RGB
rgb(32, 125, 146)
HSL
hsl(191, 64%, 35%)
OKLCH
oklch(0.547 0.088 216.8)
CMYK
cmyk(78%, 14%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

4.76:1

AA AAA

On Black Background

4.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F4
200
#C9EB
300
#9FDC
400
#6DCA
500
#43BB
600
#289E
700
#207D
800
#175A
900
#0F39
950
#0924

Shades

Darker variations

1#1D7184
2#1A6475
3#165866
4#134B58
5#103F49
6#0D323B
7#0A262C
8#06191D
9#030D0F

Tints

Lighter variations

1#2695AE
2#2CACC9
3#41BAD5
4#5CC4DB
5#77CEE1
6#92D8E7
7#ADE1ED
8#C9EBF3
9#E4F5F9

Tones

Muted variations

1#267A8D
2#2C7687
3#317381
4#376F7C
5#3D6B76
6#426870
7#48646A
8#4E6065
9#545D5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F4
#E2F4F9
Light backgroundsTable row hoverSkeleton loading
200
C9EB
#C9EBF3
Secondary backgroundsInput backgroundsDividers
300
9FDC
#9FDCEA
BordersInactive statesPlaceholder text
400
6DCA
#6DCADF
Disabled statesSecondary iconsMuted text
500
43BB
#43BBD6
Primary brand colorCTAsActive elementsLinks
600
289E
#289EB8
Hover statesFocus ringsPrimary buttons hover
700
207D
#207D92
Active/pressed statesDark mode accentsSecondary text
800
175A
#175A69
Text on light backgroundsHeadingsStrong borders
900
0F39
#0F3943
Primary textHigh emphasis contentDark headings
950
0924
#09242A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FAFC;
  --teal-100: #E2F4F9;
  --teal-200: #C9EBF3;
  --teal-300: #9FDCEA;
  --teal-400: #6DCADF;
  --teal-500: #43BBD6;
  --teal-600: #289EB8;
  --teal-700: #207D92;
  --teal-800: #175A69;
  --teal-900: #0F3943;
  --teal-950: #09242A;
}
Generate More ShadesCreate PaletteConvert Color