Steel Blue

#4C84CD

Blue

Color Codes

All color formats for development

HEX
#4C84CD
RGB
rgb(76, 132, 205)
HSL
hsl(214, 56%, 55%)
OKLCH
oklch(0.609 0.127 255.8)
CMYK
cmyk(63%, 36%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

3.83:1

AA AAA

On Black Background

5.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E3EC
200
#CBDB
300
#A4C0
400
#749F
500
#4C84
600
#3168
700
#2753
800
#1C3B
900
#1226
950
#0B18

Shades

Darker variations

1#3875C5
2#3168AF
3#2B5B99
4#254E83
5#1F416D
6#193458
7#132742
8#0C1A2C
9#060D16

Tints

Lighter variations

1#5E90D2
2#709CD7
3#82A9DC
4#94B5E1
5#A5C1E6
6#B7CEEB
7#C9DAF0
8#DBE6F5
9#EDF3FA

Tones

Muted variations

1#5285C6
2#5985C0
3#5F86B9
4#6687B3
5#6C88AC
6#7389A6
7#798AA0
8#7F8B99
9#868B93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EC
#E3ECF7
Light backgroundsTable row hoverSkeleton loading
200
CBDB
#CBDBF0
Secondary backgroundsInput backgroundsDividers
300
A4C0
#A4C0E5
BordersInactive statesPlaceholder text
400
749F
#749FD8
Disabled statesSecondary iconsMuted text
500
4C84
#4C84CD
Primary brand colorCTAsActive elementsLinks
600
3168
#3168AF
Hover statesFocus ringsPrimary buttons hover
700
2753
#27538B
Active/pressed statesDark mode accentsSecondary text
800
1C3B
#1C3B63
Text on light backgroundsHeadingsStrong borders
900
1226
#122640
Primary textHigh emphasis contentDark headings
950
0B18
#0B1828
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FC;
  --steel-blue-100: #E3ECF7;
  --steel-blue-200: #CBDBF0;
  --steel-blue-300: #A4C0E5;
  --steel-blue-400: #749FD8;
  --steel-blue-500: #4C84CD;
  --steel-blue-600: #3168AF;
  --steel-blue-700: #27538B;
  --steel-blue-800: #1C3B63;
  --steel-blue-900: #122640;
  --steel-blue-950: #0B1828;
}
Generate More ShadesCreate PaletteConvert Color