Teal

#26658C

Blue

Color Codes

All color formats for development

HEX
#26658C
RGB
rgb(38, 101, 140)
HSL
hsl(203, 57%, 35%)
OKLCH
oklch(0.485 0.089 239.7)
CMYK
cmyk(73%, 28%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

6.32:1

AA AAA

On Black Background

3.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3F0
200
#CBE2
300
#A3CC
400
#73B2
500
#4B9C
600
#307F
700
#2665
800
#1B48
900
#122E
950
#0B1D

Shades

Darker variations

1#235B7E
2#1F5170
3#1B4762
4#173D54
5#133346
6#0F2838
7#0C1E2A
8#08141C
9#040A0E

Tints

Lighter variations

1#2E78A6
2#358BC0
3#499ACD
4#63A9D4
5#7DB7DB
6#97C6E2
7#B1D4EA
8#CBE2F1
9#E5F1F8

Tones

Muted variations

1#2B6487
2#316382
3#36627D
4#3B6078
5#405F73
6#455E6E
7#4A5D69
8#4F5C63
9#545A5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F0
#E3F0F7
Light backgroundsTable row hoverSkeleton loading
200
CBE2
#CBE2F1
Secondary backgroundsInput backgroundsDividers
300
A3CC
#A3CCE6
BordersInactive statesPlaceholder text
400
73B2
#73B2D9
Disabled statesSecondary iconsMuted text
500
4B9C
#4B9CCE
Primary brand colorCTAsActive elementsLinks
600
307F
#307FB0
Hover statesFocus ringsPrimary buttons hover
700
2665
#26658C
Active/pressed statesDark mode accentsSecondary text
800
1B48
#1B4864
Text on light backgroundsHeadingsStrong borders
900
122E
#122E40
Primary textHigh emphasis contentDark headings
950
0B1D
#0B1D28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3F8FC;
  --teal-100: #E3F0F7;
  --teal-200: #CBE2F1;
  --teal-300: #A3CCE6;
  --teal-400: #73B2D9;
  --teal-500: #4B9CCE;
  --teal-600: #307FB0;
  --teal-700: #26658C;
  --teal-800: #1B4864;
  --teal-900: #122E40;
  --teal-950: #0B1D28;
}
Generate More ShadesCreate PaletteConvert Color