Steel Blue

#6694B2

Blue

Color Codes

All color formats for development

HEX
#6694B2
RGB
rgb(102, 148, 178)
HSL
hsl(204, 33%, 55%)
OKLCH
oklch(0.645 0.067 237.8)
CMYK
cmyk(43%, 17%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7EE
200
#D3E0
300
#B1C8
400
#88AC
500
#6694
600
#4B78
700
#3C5F
800
#2B44
900
#1B2B
950
#111B

Shades

Darker variations

1#5587A8
2#4B7895
3#426983
4#385A70
5#2F4B5D
6#263C4B
7#1C2D38
8#131E25
9#090F13

Tints

Lighter variations

1#769FBA
2#85A9C1
3#94B4C9
4#A3BFD1
5#B3C9D9
6#C2D4E0
7#D1DFE8
8#E0EAF0
9#F0F4F7

Tones

Muted variations

1#6A93AE
2#6E92AB
3#7292A7
4#7691A3
5#79909F
6#7D8F9B
7#818F98
8#858E94
9#888D90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EE
#E7EEF3
Light backgroundsTable row hoverSkeleton loading
200
D3E0
#D3E0E9
Secondary backgroundsInput backgroundsDividers
300
B1C8
#B1C8D8
BordersInactive statesPlaceholder text
400
88AC
#88ACC3
Disabled statesSecondary iconsMuted text
500
6694
#6694B2
Primary brand colorCTAsActive elementsLinks
600
4B78
#4B7895
Hover statesFocus ringsPrimary buttons hover
700
3C5F
#3C5F77
Active/pressed statesDark mode accentsSecondary text
800
2B44
#2B4455
Text on light backgroundsHeadingsStrong borders
900
1B2B
#1B2B36
Primary textHigh emphasis contentDark headings
950
111B
#111B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F8FA;
  --steel-blue-100: #E7EEF3;
  --steel-blue-200: #D3E0E9;
  --steel-blue-300: #B1C8D8;
  --steel-blue-400: #88ACC3;
  --steel-blue-500: #6694B2;
  --steel-blue-600: #4B7895;
  --steel-blue-700: #3C5F77;
  --steel-blue-800: #2B4455;
  --steel-blue-900: #1B2B36;
  --steel-blue-950: #111B22;
}
Generate More ShadesCreate PaletteConvert Color