Teal

#04527C

Blue

Color Codes

All color formats for development

HEX
#04527C
RGB
rgb(4, 82, 124)
HSL
hsl(201, 94%, 25%)
OKLCH
oklch(0.419 0.096 241.2)
CMYK
cmyk(97%, 34%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

8.39:1

AA AAA

On Black Background

2.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF2
200
#BFE7
300
#8DD5
400
#52BF
500
#20AD
600
#0790
700
#0572
800
#0452
900
#0234
950
#0221

Shades

Darker variations

1#034A6F
2#034163
3#033957
4#02314A
5#02293E
6#022131
7#011925
8#011019
9#00080C

Tints

Lighter variations

1#056AA1
2#0683C6
3#079BEB
4#20ADF8
5#45BAF9
6#6BC8FA
7#90D6FC
8#B5E4FD
9#DAF1FE

Tones

Muted variations

1#0A5076
2#104E70
3#164C6A
4#1C4B64
5#22495E
6#284758
7#2E4552
8#34434C
9#3A4246

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF2
#DCF2FE
Light backgroundsTable row hoverSkeleton loading
200
BFE7
#BFE7FD
Secondary backgroundsInput backgroundsDividers
300
8DD5
#8DD5FB
BordersInactive statesPlaceholder text
400
52BF
#52BFFA
Disabled statesSecondary iconsMuted text
500
20AD
#20ADF8
Primary brand colorCTAsActive elementsLinks
600
0790
#0790DA
Hover statesFocus ringsPrimary buttons hover
700
0572
#0572AD
Active/pressed statesDark mode accentsSecondary text
800
0452
#04527C
Text on light backgroundsHeadingsStrong borders
900
0234
#02344F
Primary textHigh emphasis contentDark headings
950
0221
#022131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FAFF;
  --teal-100: #DCF2FE;
  --teal-200: #BFE7FD;
  --teal-300: #8DD5FB;
  --teal-400: #52BFFA;
  --teal-500: #20ADF8;
  --teal-600: #0790DA;
  --teal-700: #0572AD;
  --teal-800: #04527C;
  --teal-900: #02344F;
  --teal-950: #022131;
}
Generate More ShadesCreate PaletteConvert Color