Teal

#03567D

Blue

Color Codes

All color formats for development

HEX
#03567D
RGB
rgb(3, 86, 125)
HSL
hsl(199, 95%, 25%)
OKLCH
oklch(0.43 0.094 238)
CMYK
cmyk(98%, 31%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

7.98: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
#BEE9
300
#8DD9
400
#51C5
500
#1FB4
600
#0697
700
#0478
800
#0356
900
#0237
950
#0122

Shades

Darker variations

1#034D70
2#034563
3#023C57
4#02344B
5#022B3E
6#012232
7#011A25
8#011119
9#00090C

Tints

Lighter variations

1#0470A2
2#058AC7
3#06A3EC
4#1FB4F9
5#45C1FA
6#6ACDFB
7#8FDAFC
8#B4E6FD
9#DAF3FE

Tones

Muted variations

1#095476
2#0F5270
3#154F6A
4#1B4D64
5#214B5E
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
BEE9
#BEE9FD
Secondary backgroundsInput backgroundsDividers
300
8DD9
#8DD9FC
BordersInactive statesPlaceholder text
400
51C5
#51C5FB
Disabled statesSecondary iconsMuted text
500
1FB4
#1FB4F9
Primary brand colorCTAsActive elementsLinks
600
0697
#0697DB
Hover statesFocus ringsPrimary buttons hover
700
0478
#0478AE
Active/pressed statesDark mode accentsSecondary text
800
0356
#03567C
Text on light backgroundsHeadingsStrong borders
900
0237
#023750
Primary textHigh emphasis contentDark headings
950
0122
#012232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FAFF;
  --teal-100: #DCF3FE;
  --teal-200: #BEE9FD;
  --teal-300: #8DD9FC;
  --teal-400: #51C5FB;
  --teal-500: #1FB4F9;
  --teal-600: #0697DB;
  --teal-700: #0478AE;
  --teal-800: #03567C;
  --teal-900: #023750;
  --teal-950: #012232;
}
Generate More ShadesCreate PaletteConvert Color