Teal

#28688A

Blue

Color Codes

All color formats for development

HEX
#28688A
RGB
rgb(40, 104, 138)
HSL
hsl(201, 55%, 35%)
OKLCH
oklch(0.492 0.084 235.5)
CMYK
cmyk(71%, 25%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

6.11:1

AA AAA

On Black Background

3.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F0
200
#CCE3
300
#A4CE
400
#75B4
500
#4D9F
600
#3283
700
#2868
800
#1D4A
900
#1230
950
#0B1E

Shades

Darker variations

1#245E7D
2#20536F
3#1C4961
4#183E53
5#143445
6#102A37
7#0C1F2A
8#08151C
9#040A0E

Tints

Lighter variations

1#307BA4
2#378FBE
3#4B9ECB
4#65ACD2
5#7FBADA
6#98C8E1
7#B2D5E9
8#CCE3F0
9#E5F1F8

Tones

Muted variations

1#2D6785
2#326581
3#37647C
4#3C6277
5#416172
6#465F6D
7#4B5E68
8#4F5C63
9#545B5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F0
#E3F0F7
Light backgroundsTable row hoverSkeleton loading
200
CCE3
#CCE3F0
Secondary backgroundsInput backgroundsDividers
300
A4CE
#A4CEE5
BordersInactive statesPlaceholder text
400
75B4
#75B4D7
Disabled statesSecondary iconsMuted text
500
4D9F
#4D9FCB
Primary brand colorCTAsActive elementsLinks
600
3283
#3283AE
Hover statesFocus ringsPrimary buttons hover
700
2868
#28688A
Active/pressed statesDark mode accentsSecondary text
800
1D4A
#1D4A63
Text on light backgroundsHeadingsStrong borders
900
1230
#12303F
Primary textHigh emphasis contentDark headings
950
0B1E
#0B1E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3F9FC;
  --teal-100: #E3F0F7;
  --teal-200: #CCE3F0;
  --teal-300: #A4CEE5;
  --teal-400: #75B4D7;
  --teal-500: #4D9FCB;
  --teal-600: #3283AE;
  --teal-700: #28688A;
  --teal-800: #1D4A63;
  --teal-900: #12303F;
  --teal-950: #0B1E28;
}
Generate More ShadesCreate PaletteConvert Color