Steel Blue

#4783D1

Blue

Color Codes

All color formats for development

HEX
#4783D1
RGB
rgb(71, 131, 209)
HSL
hsl(214, 60%, 55%)
OKLCH
oklch(0.606 0.135 255.8)
CMYK
cmyk(66%, 37%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

3.86:1

AA AAA

On Black Background

5.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E2EC
200
#CADB
300
#A1C0
400
#709F
500
#4783
600
#2D67
700
#2452
800
#1A3B
900
#1026
950
#0A17

Shades

Darker variations

1#3274CA
2#2D67B4
3#275A9D
4#224D87
5#1C4170
6#16345A
7#112743
8#0B1A2D
9#060D16

Tints

Lighter variations

1#5A8FD6
2#6C9CDA
3#7EA8DF
4#91B5E3
5#A3C1E8
6#B6CDED
7#C8DAF1
8#DAE6F6
9#EDF3FA

Tones

Muted variations

1#4E84CA
2#5585C3
3#5C86BC
4#6387B6
5#6A88AF
6#7189A8
7#7889A1
8#7E8A9A
9#858B93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EC
#E2ECF8
Light backgroundsTable row hoverSkeleton loading
200
CADB
#CADBF2
Secondary backgroundsInput backgroundsDividers
300
A1C0
#A1C0E8
BordersInactive statesPlaceholder text
400
709F
#709FDB
Disabled statesSecondary iconsMuted text
500
4783
#4783D1
Primary brand colorCTAsActive elementsLinks
600
2D67
#2D67B4
Hover statesFocus ringsPrimary buttons hover
700
2452
#24528F
Active/pressed statesDark mode accentsSecondary text
800
1A3B
#1A3B66
Text on light backgroundsHeadingsStrong borders
900
1026
#102641
Primary textHigh emphasis contentDark headings
950
0A17
#0A1729
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FC;
  --steel-blue-100: #E2ECF8;
  --steel-blue-200: #CADBF2;
  --steel-blue-300: #A1C0E8;
  --steel-blue-400: #709FDB;
  --steel-blue-500: #4783D1;
  --steel-blue-600: #2D67B4;
  --steel-blue-700: #24528F;
  --steel-blue-800: #1A3B66;
  --steel-blue-900: #102641;
  --steel-blue-950: #0A1729;
}
Generate More ShadesCreate PaletteConvert Color