Teal

#0D4D73

Blue

Color Codes

All color formats for development

HEX
#0D4D73
RGB
rgb(13, 77, 115)
HSL
hsl(202, 80%, 25%)
OKLCH
oklch(0.402 0.088 241.4)
CMYK
cmyk(89%, 33%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

9.03:1

AA AAA

On Black Background

2.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF1
200
#C3E5
300
#95D1
400
#5EB9
500
#30A5
600
#1688
700
#126C
800
#0D4D
900
#0832
950
#051F

Shades

Darker variations

1#0B4667
2#0A3E5C
3#093650
4#082E45
5#062739
6#051F2E
7#041722
8#030F17
9#01080B

Tints

Lighter variations

1#116595
2#147CB8
3#1893DA
4#30A5E8
5#53B4EC
6#75C3F0
7#98D2F4
8#BAE1F7
9#DDF0FB

Tones

Muted variations

1#124C6E
2#174B69
3#1C4963
4#21485E
5#264759
6#2B4554
7#30444F
8#36424A
9#3B4145

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF1
#DFF1FB
Light backgroundsTable row hoverSkeleton loading
200
C3E5
#C3E5F8
Secondary backgroundsInput backgroundsDividers
300
95D1
#95D1F3
BordersInactive statesPlaceholder text
400
5EB9
#5EB9ED
Disabled statesSecondary iconsMuted text
500
30A5
#30A5E8
Primary brand colorCTAsActive elementsLinks
600
1688
#1688CA
Hover statesFocus ringsPrimary buttons hover
700
126C
#126CA1
Active/pressed statesDark mode accentsSecondary text
800
0D4D
#0D4D73
Text on light backgroundsHeadingsStrong borders
900
0832
#083249
Primary textHigh emphasis contentDark headings
950
051F
#051F2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1F9FD;
  --teal-100: #DFF1FB;
  --teal-200: #C3E5F8;
  --teal-300: #95D1F3;
  --teal-400: #5EB9ED;
  --teal-500: #30A5E8;
  --teal-600: #1688CA;
  --teal-700: #126CA1;
  --teal-800: #0D4D73;
  --teal-900: #083249;
  --teal-950: #051F2E;
}
Generate More ShadesCreate PaletteConvert Color