Teal

#1D7296

Blue

Color Codes

All color formats for development

HEX
#1D7296
RGB
rgb(29, 114, 150)
HSL
hsl(198, 68%, 35%)
OKLCH
oklch(0.52 0.095 231.6)
CMYK
cmyk(81%, 24%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

5.39:1

AA AAA

On Black Background

3.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F2
200
#C7E7
300
#9CD4
400
#69BE
500
#3EAB
600
#248F
700
#1D72
800
#1451
900
#0D34
950
#0820

Shades

Darker variations

1#1A6687
2#175B78
3#144F69
4#11445A
5#0E394B
6#0B2D3C
7#09222D
8#06171E
9#030B0F

Tints

Lighter variations

1#2287B2
2#279CCE
3#3CABDA
4#58B7DF
5#74C3E4
6#90CFEA
7#ABDBEF
8#C7E7F4
9#E3F3FA

Tones

Muted variations

1#236F90
2#296D8A
3#2F6A84
4#35687E
5#3B6578
6#416372
7#47616B
8#4D5E65
9#535C5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F2
#E1F2F9
Light backgroundsTable row hoverSkeleton loading
200
C7E7
#C7E7F4
Secondary backgroundsInput backgroundsDividers
300
9CD4
#9CD4EC
BordersInactive statesPlaceholder text
400
69BE
#69BEE2
Disabled statesSecondary iconsMuted text
500
3EAB
#3EABDA
Primary brand colorCTAsActive elementsLinks
600
248F
#248FBC
Hover statesFocus ringsPrimary buttons hover
700
1D72
#1D7296
Active/pressed statesDark mode accentsSecondary text
800
1451
#14516B
Text on light backgroundsHeadingsStrong borders
900
0D34
#0D3445
Primary textHigh emphasis contentDark headings
950
0820
#08202B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2F9FD;
  --teal-100: #E1F2F9;
  --teal-200: #C7E7F4;
  --teal-300: #9CD4EC;
  --teal-400: #69BEE2;
  --teal-500: #3EABDA;
  --teal-600: #248FBC;
  --teal-700: #1D7296;
  --teal-800: #14516B;
  --teal-900: #0D3445;
  --teal-950: #08202B;
}
Generate More ShadesCreate PaletteConvert Color