Teal

#04567C

Blue

Color Codes

All color formats for development

HEX
#04567C
RGB
rgb(4, 86, 124)
HSL
hsl(199, 94%, 25%)
OKLCH
oklch(0.43 0.093 237.4)
CMYK
cmyk(97%, 31%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

7.99:1

AA AAA

On Black Background

2.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BFE9
300
#8DD9
400
#52C5
500
#20B4
600
#0797
700
#0578
800
#0456
900
#0237
950
#0222

Shades

Darker variations

1#034D6F
2#034563
3#033C57
4#02334A
5#022B3E
6#022231
7#011A25
8#011119
9#00090C

Tints

Lighter variations

1#056FA1
2#0689C6
3#07A3EB
4#20B4F8
5#45C0F9
6#6BCDFA
7#90D9FC
8#B5E6FD
9#DAF2FE

Tones

Muted variations

1#0A5476
2#105170
3#164F6A
4#1C4D64
5#224B5E
6#284958
7#2E4652
8#34444C
9#3A4246

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BFE9
#BFE9FD
Secondary backgroundsInput backgroundsDividers
300
8DD9
#8DD9FB
BordersInactive statesPlaceholder text
400
52C5
#52C5FA
Disabled statesSecondary iconsMuted text
500
20B4
#20B4F8
Primary brand colorCTAsActive elementsLinks
600
0797
#0797DA
Hover statesFocus ringsPrimary buttons hover
700
0578
#0578AD
Active/pressed statesDark mode accentsSecondary text
800
0456
#04567C
Text on light backgroundsHeadingsStrong borders
900
0237
#02374F
Primary textHigh emphasis contentDark headings
950
0222
#022231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FAFF;
  --teal-100: #DCF3FE;
  --teal-200: #BFE9FD;
  --teal-300: #8DD9FB;
  --teal-400: #52C5FA;
  --teal-500: #20B4F8;
  --teal-600: #0797DA;
  --teal-700: #0578AD;
  --teal-800: #04567C;
  --teal-900: #02374F;
  --teal-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color