Steel Blue

#3E61A3

Blue

Color Codes

All color formats for development

HEX
#3E61A3
RGB
rgb(62, 97, 163)
HSL
hsl(219, 45%, 44%)
OKLCH
oklch(0.499 0.113 262)
CMYK
cmyk(62%, 40%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

6.10:1

AA AAA

On Black Background

3.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFD9
300
#AABC
400
#7E9A
500
#597D
600
#3E61
700
#314D
800
#2337
900
#1623
950
#0E16

Shades

Darker variations

1#385792
2#314E82
3#2B4472
4#253A62
5#1F3151
6#192741
7#131D31
8#0C1321
9#060A10

Tints

Lighter variations

1#466DB7
2#597DC0
3#6E8EC8
4#839ED0
5#97AED8
6#ACBEE0
7#C1CEE7
8#D6DFEF
9#EAEFF7

Tones

Muted variations

1#43639E
2#486499
3#4D6694
4#52678E
5#576989
6#5C6A84
7#616C7F
8#666D7A
9#6B6F75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFD9
#CFD9ED
Secondary backgroundsInput backgroundsDividers
300
AABC
#AABCDF
BordersInactive statesPlaceholder text
400
7E9A
#7E9ACE
Disabled statesSecondary iconsMuted text
500
597D
#597DC0
Primary brand colorCTAsActive elementsLinks
600
3E61
#3E61A3
Hover statesFocus ringsPrimary buttons hover
700
314D
#314D81
Active/pressed statesDark mode accentsSecondary text
800
2337
#23375C
Text on light backgroundsHeadingsStrong borders
900
1623
#16233B
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E5EBF5;
  --steel-blue-200: #CFD9ED;
  --steel-blue-300: #AABCDF;
  --steel-blue-400: #7E9ACE;
  --steel-blue-500: #597DC0;
  --steel-blue-600: #3E61A3;
  --steel-blue-700: #314D81;
  --steel-blue-800: #23375C;
  --steel-blue-900: #16233B;
  --steel-blue-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color