Teal

#2A5C89

Blue

Color Codes

All color formats for development

HEX
#2A5C89
RGB
rgb(42, 92, 137)
HSL
hsl(208, 53%, 35%)
OKLCH
oklch(0.462 0.091 248.3)
CMYK
cmyk(69%, 33%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

7.02:1

AA AAA

On Black Background

2.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E4EE
200
#CCDF
300
#A5C6
400
#76A9
500
#4F90
600
#3574
700
#2A5C
800
#1E42
900
#132A
950
#0C1A

Shades

Darker variations

1#26537B
2#224A6D
3#1D4160
4#193752
5#152E44
6#112537
7#0D1C29
8#08121B
9#04090E

Tints

Lighter variations

1#326EA2
2#3A7FBB
3#4D8FC8
4#679FD0
5#80AFD8
6#9ABFE0
7#B3CFE8
8#CCDFEF
9#E6EFF7

Tones

Muted variations

1#2F5C84
2#335C7F
3#385B7A
4#3D5B76
5#425B71
6#465B6C
7#4B5A67
8#505A63
9#555A5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EE
#E4EEF7
Light backgroundsTable row hoverSkeleton loading
200
CCDF
#CCDFEF
Secondary backgroundsInput backgroundsDividers
300
A5C6
#A5C6E3
BordersInactive statesPlaceholder text
400
76A9
#76A9D5
Disabled statesSecondary iconsMuted text
500
4F90
#4F90C9
Primary brand colorCTAsActive elementsLinks
600
3574
#3574AC
Hover statesFocus ringsPrimary buttons hover
700
2A5C
#2A5C89
Active/pressed statesDark mode accentsSecondary text
800
1E42
#1E4262
Text on light backgroundsHeadingsStrong borders
900
132A
#132A3E
Primary textHigh emphasis contentDark headings
950
0C1A
#0C1A27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3F8FB;
  --teal-100: #E4EEF7;
  --teal-200: #CCDFEF;
  --teal-300: #A5C6E3;
  --teal-400: #76A9D5;
  --teal-500: #4F90C9;
  --teal-600: #3574AC;
  --teal-700: #2A5C89;
  --teal-800: #1E4262;
  --teal-900: #132A3E;
  --teal-950: #0C1A27;
}
Generate More ShadesCreate PaletteConvert Color