Teal

#0D5272

Blue

Color Codes

All color formats for development

HEX
#0D5272
RGB
rgb(13, 82, 114)
HSL
hsl(199, 80%, 25%)
OKLCH
oklch(0.415 0.083 235.2)
CMYK
cmyk(89%, 28%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

8.51:1

AA AAA

On Black Background

2.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DFF2
200
#C3E8
300
#95D6
400
#5EC0
500
#30AE
600
#1691
700
#1273
800
#0D52
900
#0835
950
#0521

Shades

Darker variations

1#0B4A67
2#0A425C
3#093A50
4#083145
5#062939
6#05212E
7#041922
8#031017
9#01080B

Tints

Lighter variations

1#116B95
2#1484B8
3#189DDA
4#30AEE8
5#53BBEC
6#75C9F0
7#98D6F4
8#BAE4F7
9#DDF1FB

Tones

Muted variations

1#12516E
2#174F69
3#1C4D63
4#214B5E
5#264959
6#2B4754
7#30454F
8#36434A
9#3B4245

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF2
#DFF2FB
Light backgroundsTable row hoverSkeleton loading
200
C3E8
#C3E8F8
Secondary backgroundsInput backgroundsDividers
300
95D6
#95D6F3
BordersInactive statesPlaceholder text
400
5EC0
#5EC0ED
Disabled statesSecondary iconsMuted text
500
30AE
#30AEE8
Primary brand colorCTAsActive elementsLinks
600
1691
#1691CA
Hover statesFocus ringsPrimary buttons hover
700
1273
#1273A1
Active/pressed statesDark mode accentsSecondary text
800
0D52
#0D5273
Text on light backgroundsHeadingsStrong borders
900
0835
#083549
Primary textHigh emphasis contentDark headings
950
0521
#05212E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FAFD;
  --teal-100: #DFF2FB;
  --teal-200: #C3E8F8;
  --teal-300: #95D6F3;
  --teal-400: #5EC0ED;
  --teal-500: #30AEE8;
  --teal-600: #1691CA;
  --teal-700: #1273A1;
  --teal-800: #0D5273;
  --teal-900: #083549;
  --teal-950: #05212E;
}
Generate More ShadesCreate PaletteConvert Color