Steel Blue

#4D77CB

Blue

Color Codes

All color formats for development

HEX
#4D77CB
RGB
rgb(77, 119, 203)
HSL
hsl(220, 55%, 55%)
OKLCH
oklch(0.58 0.138 262.8)
CMYK
cmyk(62%, 41%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

4.36:1

AA AAA

On Black Background

4.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3EA
200
#CCD8
300
#A4BA
400
#7595
500
#4D77
600
#325C
700
#2849
800
#1D34
900
#1221
950
#0B15

Shades

Darker variations

1#3967C4
2#325CAE
3#2C5098
4#264582
5#20396D
6#192E57
7#132241
8#0D172B
9#060B16

Tints

Lighter variations

1#5F85D1
2#7192D6
3#82A0DB
4#94AEE0
5#A6BBE5
6#B8C9EA
7#CAD6F0
8#DBE4F5
9#EDF1FA

Tones

Muted variations

1#5379C5
2#5A7BBF
3#607EB8
4#6680B2
5#6D82AC
6#7384A5
7#79869F
8#808899
9#868A93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EA
#E3EAF7
Light backgroundsTable row hoverSkeleton loading
200
CCD8
#CCD8F0
Secondary backgroundsInput backgroundsDividers
300
A4BA
#A4BAE5
BordersInactive statesPlaceholder text
400
7595
#7595D7
Disabled statesSecondary iconsMuted text
500
4D77
#4D77CB
Primary brand colorCTAsActive elementsLinks
600
325C
#325CAE
Hover statesFocus ringsPrimary buttons hover
700
2849
#28498A
Active/pressed statesDark mode accentsSecondary text
800
1D34
#1D3463
Text on light backgroundsHeadingsStrong borders
900
1221
#12213F
Primary textHigh emphasis contentDark headings
950
0B15
#0B1528
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FC;
  --steel-blue-100: #E3EAF7;
  --steel-blue-200: #CCD8F0;
  --steel-blue-300: #A4BAE5;
  --steel-blue-400: #7595D7;
  --steel-blue-500: #4D77CB;
  --steel-blue-600: #325CAE;
  --steel-blue-700: #28498A;
  --steel-blue-800: #1D3463;
  --steel-blue-900: #12213F;
  --steel-blue-950: #0B1528;
}
Generate More ShadesCreate PaletteConvert Color