Teal

#0A5275

Blue

Color Codes

All color formats for development

HEX
#0A5275
RGB
rgb(10, 82, 117)
HSL
hsl(200, 84%, 25%)
OKLCH
oklch(0.416 0.087 237.1)
CMYK
cmyk(91%, 30%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

8.48:1

AA AAA

On Black Background

2.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DEF2
200
#C2E7
300
#93D5
400
#5BBF
500
#2CAC
600
#1290
700
#0E72
800
#0A52
900
#0734
950
#0421

Shades

Darker variations

1#09496A
2#08415E
3#073952
4#063146
5#05293B
6#04212F
7#031823
8#021017
9#01080C

Tints

Lighter variations

1#0D6A98
2#1083BC
3#139BDF
4#2CACED
5#4FBAF0
6#72C8F3
7#95D6F6
8#B9E3F9
9#DCF1FC

Tones

Muted variations

1#105070
2#154E6B
3#1A4C65
4#204A60
5#25495B
6#2A4755
7#304550
8#35434A
9#3A4245

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DEF2
#DEF2FC
Light backgroundsTable row hoverSkeleton loading
200
C2E7
#C2E7FA
Secondary backgroundsInput backgroundsDividers
300
93D5
#93D5F6
BordersInactive statesPlaceholder text
400
5BBF
#5BBFF1
Disabled statesSecondary iconsMuted text
500
2CAC
#2CACED
Primary brand colorCTAsActive elementsLinks
600
1290
#1290CE
Hover statesFocus ringsPrimary buttons hover
700
0E72
#0E72A4
Active/pressed statesDark mode accentsSecondary text
800
0A52
#0A5275
Text on light backgroundsHeadingsStrong borders
900
0734
#07344B
Primary textHigh emphasis contentDark headings
950
0421
#04212F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1F9FE;
  --teal-100: #DEF2FC;
  --teal-200: #C2E7FA;
  --teal-300: #93D5F6;
  --teal-400: #5BBFF1;
  --teal-500: #2CACED;
  --teal-600: #1290CE;
  --teal-700: #0E72A4;
  --teal-800: #0A5275;
  --teal-900: #07344B;
  --teal-950: #04212F;
}
Generate More ShadesCreate PaletteConvert Color