Steel Blue

#6687B2

Blue

Color Codes

All color formats for development

HEX
#6687B2
RGB
rgb(102, 135, 178)
HSL
hsl(214, 33%, 55%)
OKLCH
oklch(0.616 0.076 255.3)
CMYK
cmyk(43%, 24%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

3.70:1

AA AAA

On Black Background

5.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D3DC
300
#B1C2
400
#88A2
500
#6687
600
#4B6B
700
#3C55
800
#2B3D
900
#1B27
950
#1118

Shades

Darker variations

1#5579A8
2#4B6B95
3#425E83
4#385070
5#2F435D
6#26364B
7#1C2838
8#131B25
9#090D13

Tints

Lighter variations

1#7693BA
2#859FC1
3#94ABC9
4#A3B7D1
5#B3C3D9
6#C2CFE0
7#D1DBE8
8#E0E7F0
9#F0F3F7

Tones

Muted variations

1#6A88AE
2#6E88AB
3#7289A7
4#7689A3
5#798A9F
6#7D8A9B
7#818B98
8#858B94
9#888C90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EC
#E7ECF3
Light backgroundsTable row hoverSkeleton loading
200
D3DC
#D3DCE9
Secondary backgroundsInput backgroundsDividers
300
B1C2
#B1C2D8
BordersInactive statesPlaceholder text
400
88A2
#88A2C3
Disabled statesSecondary iconsMuted text
500
6687
#6687B2
Primary brand colorCTAsActive elementsLinks
600
4B6B
#4B6B95
Hover statesFocus ringsPrimary buttons hover
700
3C55
#3C5577
Active/pressed statesDark mode accentsSecondary text
800
2B3D
#2B3D55
Text on light backgroundsHeadingsStrong borders
900
1B27
#1B2736
Primary textHigh emphasis contentDark headings
950
1118
#111822
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F7FA;
  --steel-blue-100: #E7ECF3;
  --steel-blue-200: #D3DCE9;
  --steel-blue-300: #B1C2D8;
  --steel-blue-400: #88A2C3;
  --steel-blue-500: #6687B2;
  --steel-blue-600: #4B6B95;
  --steel-blue-700: #3C5577;
  --steel-blue-800: #2B3D55;
  --steel-blue-900: #1B2736;
  --steel-blue-950: #111822;
}
Generate More ShadesCreate PaletteConvert Color