Steel Blue

#7A8CD1

Blue

Color Codes

All color formats for development

HEX
#7A8CD1
RGB
rgb(122, 140, 209)
HSL
hsl(228, 49%, 65%)
OKLCH
oklch(0.654 0.105 272.1)
CMYK
cmyk(42%, 33%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

3.23:1

AA AAA

On Black Background

6.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E4E8
200
#CED4
300
#A8B3
400
#7A8C
500
#546B
600
#394F
700
#2E3F
800
#212D
900
#151D
950
#0D12

Shades

Darker variations

1#6176C9
2#4961C1
3#3B52AD
4#334694
5#2A3B7B
6#222F63
7#19234A
8#111731
9#080C19

Tints

Lighter variations

1#8797D6
2#95A3DB
3#A2AEDF
4#AFBAE4
5#BDC5E8
6#CAD1ED
7#D7DCF1
8#E4E8F6
9#F2F3FA

Tones

Muted variations

1#7E8ECD
2#8391C9
3#8793C4
4#8C96C0
5#9099BC
6#949BB7
7#999EB3
8#9DA1AE
9#A1A3AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E8
#E4E8F6
Light backgroundsTable row hoverSkeleton loading
200
CED4
#CED4EE
Secondary backgroundsInput backgroundsDividers
300
A8B3
#A8B3E1
BordersInactive statesPlaceholder text
400
7A8C
#7A8CD1
Disabled statesSecondary iconsMuted text
500
546B
#546BC4
Primary brand colorCTAsActive elementsLinks
600
394F
#394FA7
Hover statesFocus ringsPrimary buttons hover
700
2E3F
#2E3F85
Active/pressed statesDark mode accentsSecondary text
800
212D
#212D5F
Text on light backgroundsHeadingsStrong borders
900
151D
#151D3D
Primary textHigh emphasis contentDark headings
950
0D12
#0D1226
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E4E8F6;
  --steel-blue-200: #CED4EE;
  --steel-blue-300: #A8B3E1;
  --steel-blue-400: #7A8CD1;
  --steel-blue-500: #546BC4;
  --steel-blue-600: #394FA7;
  --steel-blue-700: #2E3F85;
  --steel-blue-800: #212D5F;
  --steel-blue-900: #151D3D;
  --steel-blue-950: #0D1226;
}
Generate More ShadesCreate PaletteConvert Color