Teal

#1D7696

Blue

Color Codes

All color formats for development

HEX
#1D7696
RGB
rgb(29, 118, 150)
HSL
hsl(196, 68%, 35%)
OKLCH
oklch(0.53 0.094 227.5)
CMYK
cmyk(81%, 21%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

5.14:1

AA AAA

On Black Background

4.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F3
200
#C7E8
300
#9CD7
400
#69C2
500
#3EB1
600
#2494
700
#1D76
800
#1454
900
#0D36
950
#0822

Shades

Darker variations

1#1A6A87
2#175E78
3#145269
4#11475A
5#0E3B4B
6#0B2F3C
7#09232D
8#06181E
9#030C0F

Tints

Lighter variations

1#228BB2
2#27A1CE
3#3CB0DA
4#58BBDF
5#74C6E4
6#90D2EA
7#ABDDEF
8#C7E8F4
9#E3F4FA

Tones

Muted variations

1#237390
2#29708A
3#2F6D84
4#356A7E
5#3B6778
6#416572
7#47626B
8#4D5F65
9#535C5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F3
#E1F3F9
Light backgroundsTable row hoverSkeleton loading
200
C7E8
#C7E8F4
Secondary backgroundsInput backgroundsDividers
300
9CD7
#9CD7EC
BordersInactive statesPlaceholder text
400
69C2
#69C2E2
Disabled statesSecondary iconsMuted text
500
3EB1
#3EB1DA
Primary brand colorCTAsActive elementsLinks
600
2494
#2494BC
Hover statesFocus ringsPrimary buttons hover
700
1D76
#1D7696
Active/pressed statesDark mode accentsSecondary text
800
1454
#14546B
Text on light backgroundsHeadingsStrong borders
900
0D36
#0D3645
Primary textHigh emphasis contentDark headings
950
0822
#08222B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FAFD;
  --teal-100: #E1F3F9;
  --teal-200: #C7E8F4;
  --teal-300: #9CD7EC;
  --teal-400: #69C2E2;
  --teal-500: #3EB1DA;
  --teal-600: #2494BC;
  --teal-700: #1D7696;
  --teal-800: #14546B;
  --teal-900: #0D3645;
  --teal-950: #08222B;
}
Generate More ShadesCreate PaletteConvert Color