Teal

#0A4E75

Blue

Color Codes

All color formats for development

HEX
#0A4E75
RGB
rgb(10, 78, 117)
HSL
hsl(202, 84%, 25%)
OKLCH
oklch(0.406 0.09 241.3)
CMYK
cmyk(91%, 33%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

8.90:1

AA AAA

On Black Background

2.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DEF1
200
#C2E5
300
#93D1
400
#5BBA
500
#2CA6
600
#1289
700
#0E6D
800
#0A4E
900
#0732
950
#041F

Shades

Darker variations

1#09466A
2#083E5E
3#073752
4#062F46
5#05273B
6#041F2F
7#031723
8#021017
9#01080C

Tints

Lighter variations

1#0D6598
2#107DBC
3#1394DF
4#2CA6ED
5#4FB5F0
6#72C4F3
7#95D2F6
8#B9E1F9
9#DCF0FC

Tones

Muted variations

1#104D70
2#154B6B
3#1A4A65
4#204860
5#25475B
6#2A4555
7#304450
8#35434A
9#3A4145

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DEF1
#DEF1FC
Light backgroundsTable row hoverSkeleton loading
200
C2E5
#C2E5FA
Secondary backgroundsInput backgroundsDividers
300
93D1
#93D1F6
BordersInactive statesPlaceholder text
400
5BBA
#5BBAF1
Disabled statesSecondary iconsMuted text
500
2CA6
#2CA6ED
Primary brand colorCTAsActive elementsLinks
600
1289
#1289CE
Hover statesFocus ringsPrimary buttons hover
700
0E6D
#0E6DA4
Active/pressed statesDark mode accentsSecondary text
800
0A4E
#0A4E75
Text on light backgroundsHeadingsStrong borders
900
0732
#07324B
Primary textHigh emphasis contentDark headings
950
041F
#041F2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1F9FE;
  --teal-100: #DEF1FC;
  --teal-200: #C2E5FA;
  --teal-300: #93D1F6;
  --teal-400: #5BBAF1;
  --teal-500: #2CA6ED;
  --teal-600: #1289CE;
  --teal-700: #0E6DA4;
  --teal-800: #0A4E75;
  --teal-900: #07324B;
  --teal-950: #041F2F;
}
Generate More ShadesCreate PaletteConvert Color