Teal

#064F7A

Blue

Color Codes

All color formats for development

HEX
#064F7A
RGB
rgb(6, 79, 122)
HSL
hsl(202, 91%, 25%)
OKLCH
oklch(0.411 0.096 242.9)
CMYK
cmyk(95%, 35%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

8.72:1

AA AAA

On Black Background

2.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#C0E6
300
#8FD3
400
#55BB
500
#24A8
600
#0A8B
700
#086F
800
#064F
900
#0433
950
#0220

Shades

Darker variations

1#05476E
2#053F61
3#043755
4#033049
5#03283D
6#022031
7#021825
8#011018
9#01080C

Tints

Lighter variations

1#07679E
2#097FC3
3#0B97E7
4#24A8F5
5#48B7F6
6#6DC5F8
7#91D4FA
8#B6E2FC
9#DAF1FD

Tones

Muted variations

1#0C4E74
2#114C6E
3#174B68
4#1D4963
5#23475D
6#294657
7#2E4451
8#34434B
9#3A4146

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FD
Light backgroundsTable row hoverSkeleton loading
200
C0E6
#C0E6FC
Secondary backgroundsInput backgroundsDividers
300
8FD3
#8FD3FA
BordersInactive statesPlaceholder text
400
55BB
#55BBF7
Disabled statesSecondary iconsMuted text
500
24A8
#24A8F5
Primary brand colorCTAsActive elementsLinks
600
0A8B
#0A8BD6
Hover statesFocus ringsPrimary buttons hover
700
086F
#086FAA
Active/pressed statesDark mode accentsSecondary text
800
064F
#064F7A
Text on light backgroundsHeadingsStrong borders
900
0433
#04334E
Primary textHigh emphasis contentDark headings
950
0220
#022031
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0F9FE;
  --teal-100: #DDF1FD;
  --teal-200: #C0E6FC;
  --teal-300: #8FD3FA;
  --teal-400: #55BBF7;
  --teal-500: #24A8F5;
  --teal-600: #0A8BD6;
  --teal-700: #086FAA;
  --teal-800: #064F7A;
  --teal-900: #04334E;
  --teal-950: #022031;
}
Generate More ShadesCreate PaletteConvert Color