Steel Blue

#627AB7

Blue

Color Codes

All color formats for development

HEX
#627AB7
RGB
rgb(98, 122, 183)
HSL
hsl(223, 37%, 55%)
OKLCH
oklch(0.587 0.098 267)
CMYK
cmyk(46%, 33%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

4.21:1

AA AAA

On Black Background

4.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EA
200
#D2D9
300
#AFBB
400
#8597
500
#627A
600
#475E
700
#384B
800
#2836
900
#1A22
950
#1015

Shades

Darker variations

1#506AAD
2#475E9A
3#3E5286
4#354773
5#2C3B60
6#232F4D
7#1B233A
8#121826
9#090C13

Tints

Lighter variations

1#7287BE
2#8194C5
3#91A2CC
4#A1AFD4
5#B0BCDB
6#C0CAE2
7#D0D7E9
8#E0E4F1
9#EFF2F8

Tones

Muted variations

1#667CB2
2#6A7EAE
3#6F7FAA
4#7381A6
5#7783A1
6#7B859D
7#808799
8#848995
9#888A90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EA
#E7EAF4
Light backgroundsTable row hoverSkeleton loading
200
D2D9
#D2D9EA
Secondary backgroundsInput backgroundsDividers
300
AFBB
#AFBBDA
BordersInactive statesPlaceholder text
400
8597
#8597C7
Disabled statesSecondary iconsMuted text
500
627A
#627AB7
Primary brand colorCTAsActive elementsLinks
600
475E
#475E9A
Hover statesFocus ringsPrimary buttons hover
700
384B
#384B7A
Active/pressed statesDark mode accentsSecondary text
800
2836
#283657
Text on light backgroundsHeadingsStrong borders
900
1A22
#1A2238
Primary textHigh emphasis contentDark headings
950
1015
#101523
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F6FA;
  --steel-blue-100: #E7EAF4;
  --steel-blue-200: #D2D9EA;
  --steel-blue-300: #AFBBDA;
  --steel-blue-400: #8597C7;
  --steel-blue-500: #627AB7;
  --steel-blue-600: #475E9A;
  --steel-blue-700: #384B7A;
  --steel-blue-800: #283657;
  --steel-blue-900: #1A2238;
  --steel-blue-950: #101523;
}
Generate More ShadesCreate PaletteConvert Color