Steel Blue

#4A7DCF

Blue

Color Codes

All color formats for development

HEX
#4A7DCF
RGB
rgb(74, 125, 207)
HSL
hsl(217, 58%, 55%)
OKLCH
oklch(0.593 0.137 259.5)
CMYK
cmyk(64%, 40%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

4.10:1

AA AAA

On Black Background

5.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3EB
200
#CBD9
300
#A2BC
400
#729A
500
#4A7D
600
#2F61
700
#254D
800
#1B37
900
#1123
950
#0B16

Shades

Darker variations

1#356DC7
2#2F61B1
3#29559B
4#234985
5#1D3D6F
6#183159
7#122442
8#0C182C
9#060C16

Tints

Lighter variations

1#5C8AD4
2#6E97D8
3#80A4DD
4#92B1E2
5#A4BEE7
6#B6CBEC
7#C9D8F1
8#DBE5F5
9#EDF2FA

Tones

Muted variations

1#507EC8
2#5780C1
3#5E81BB
4#6483B4
5#6B84AE
6#7286A7
7#7888A0
8#7F899A
9#868B93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EB
#E3EBF8
Light backgroundsTable row hoverSkeleton loading
200
CBD9
#CBD9F1
Secondary backgroundsInput backgroundsDividers
300
A2BC
#A2BCE6
BordersInactive statesPlaceholder text
400
729A
#729ADA
Disabled statesSecondary iconsMuted text
500
4A7D
#4A7DCF
Primary brand colorCTAsActive elementsLinks
600
2F61
#2F61B1
Hover statesFocus ringsPrimary buttons hover
700
254D
#254D8D
Active/pressed statesDark mode accentsSecondary text
800
1B37
#1B3765
Text on light backgroundsHeadingsStrong borders
900
1123
#112340
Primary textHigh emphasis contentDark headings
950
0B16
#0B1628
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FC;
  --steel-blue-100: #E3EBF8;
  --steel-blue-200: #CBD9F1;
  --steel-blue-300: #A2BCE6;
  --steel-blue-400: #729ADA;
  --steel-blue-500: #4A7DCF;
  --steel-blue-600: #2F61B1;
  --steel-blue-700: #254D8D;
  --steel-blue-800: #1B3765;
  --steel-blue-900: #112340;
  --steel-blue-950: #0B1628;
}
Generate More ShadesCreate PaletteConvert Color