Steel Blue

#4F7CC9

Blue

Color Codes

All color formats for development

HEX
#4F7CC9
RGB
rgb(79, 124, 201)
HSL
hsl(218, 53%, 55%)
OKLCH
oklch(0.59 0.129 260.5)
CMYK
cmyk(61%, 38%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4EB
200
#CCD9
300
#A5BC
400
#7699
500
#4F7C
600
#3560
700
#2A4D
800
#1E37
900
#1323
950
#0C16

Shades

Darker variations

1#3B6CC1
2#3560AC
3#2E5496
4#284881
5#213C6B
6#1A3056
7#142440
8#0D182B
9#070C15

Tints

Lighter variations

1#6189CE
2#7396D4
3#84A3D9
4#96B0DF
5#A7BEE4
6#B9CBE9
7#CAD8EF
8#DCE5F4
9#EDF2FA

Tones

Muted variations

1#567EC3
2#5C7FBD
3#6281B7
4#6883B1
5#6E84AB
6#7486A5
7#7A879E
8#808998
9#868B92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF7
Light backgroundsTable row hoverSkeleton loading
200
CCD9
#CCD9EF
Secondary backgroundsInput backgroundsDividers
300
A5BC
#A5BCE3
BordersInactive statesPlaceholder text
400
7699
#7699D5
Disabled statesSecondary iconsMuted text
500
4F7C
#4F7CC9
Primary brand colorCTAsActive elementsLinks
600
3560
#3560AC
Hover statesFocus ringsPrimary buttons hover
700
2A4D
#2A4D89
Active/pressed statesDark mode accentsSecondary text
800
1E37
#1E3762
Text on light backgroundsHeadingsStrong borders
900
1323
#13233E
Primary textHigh emphasis contentDark headings
950
0C16
#0C1627
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FB;
  --steel-blue-100: #E4EBF7;
  --steel-blue-200: #CCD9EF;
  --steel-blue-300: #A5BCE3;
  --steel-blue-400: #7699D5;
  --steel-blue-500: #4F7CC9;
  --steel-blue-600: #3560AC;
  --steel-blue-700: #2A4D89;
  --steel-blue-800: #1E3762;
  --steel-blue-900: #13233E;
  --steel-blue-950: #0C1627;
}
Generate More ShadesCreate PaletteConvert Color