Teal

#0B5374

Blue

Color Codes

All color formats for development

HEX
#0B5374
RGB
rgb(11, 83, 116)
HSL
hsl(199, 83%, 25%)
OKLCH
oklch(0.418 0.085 235.4)
CMYK
cmyk(91%, 28%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

8.39:1

AA AAA

On Black Background

2.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DEF3
200
#C2E8
300
#94D6
400
#5CC1
500
#2DAF
600
#1392
700
#0F74
800
#0B53
900
#0735
950
#0421

Shades

Darker variations

1#0A4B69
2#09435D
3#083A52
4#073246
5#052A3A
6#04212F
7#031923
8#021117
9#01080C

Tints

Lighter variations

1#0E6C98
2#1185BB
3#159EDE
4#2DAFEB
5#50BCEF
6#73CAF2
7#96D7F5
8#B9E4F8
9#DCF2FC

Tones

Muted variations

1#10516F
2#154F6A
3#1B4D65
4#204B5F
5#25495A
6#2B4855
7#304650
8#35444A
9#3A4245

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF3
#DEF3FC
Light backgroundsTable row hoverSkeleton loading
200
C2E8
#C2E8F9
Secondary backgroundsInput backgroundsDividers
300
94D6
#94D6F5
BordersInactive statesPlaceholder text
400
5CC1
#5CC1F0
Disabled statesSecondary iconsMuted text
500
2DAF
#2DAFEB
Primary brand colorCTAsActive elementsLinks
600
1392
#1392CD
Hover statesFocus ringsPrimary buttons hover
700
0F74
#0F74A3
Active/pressed statesDark mode accentsSecondary text
800
0B53
#0B5375
Text on light backgroundsHeadingsStrong borders
900
0735
#07354B
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: #F1FAFE;
  --teal-100: #DEF3FC;
  --teal-200: #C2E8F9;
  --teal-300: #94D6F5;
  --teal-400: #5CC1F0;
  --teal-500: #2DAFEB;
  --teal-600: #1392CD;
  --teal-700: #0F74A3;
  --teal-800: #0B5375;
  --teal-900: #07354B;
  --teal-950: #04212F;
}
Generate More ShadesCreate PaletteConvert Color