Steel Blue

#3D4EA4

Blue

Color Codes

All color formats for development

HEX
#3D4EA4
RGB
rgb(61, 78, 164)
HSL
hsl(230, 46%, 44%)
OKLCH
oklch(0.458 0.139 271.4)
CMYK
cmyk(63%, 52%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

7.44:1

AA AAA

On Black Background

2.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD4
300
#A9B2
400
#7D8A
500
#5769
600
#3D4E
700
#303E
800
#222C
900
#161C
950
#0E12

Shades

Darker variations

1#374693
2#303E83
3#2A3673
4#242F62
5#1E2752
6#181F42
7#121731
8#0C1021
9#060810

Tints

Lighter variations

1#4458B9
2#586AC1
3#6D7CC9
4#828FD1
5#97A2D8
6#ACB4E0
7#C0C7E8
8#D5DAF0
9#EAECF7

Tones

Muted variations

1#42519F
2#475599
3#4C5894
4#515C8F
5#565F8A
6#5C6285
7#616680
8#66697B
9#6B6D75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E8
#E5E8F5
Light backgroundsTable row hoverSkeleton loading
200
CFD4
#CFD4ED
Secondary backgroundsInput backgroundsDividers
300
A9B2
#A9B2DF
BordersInactive statesPlaceholder text
400
7D8A
#7D8ACF
Disabled statesSecondary iconsMuted text
500
5769
#5769C1
Primary brand colorCTAsActive elementsLinks
600
3D4E
#3D4EA4
Hover statesFocus ringsPrimary buttons hover
700
303E
#303E82
Active/pressed statesDark mode accentsSecondary text
800
222C
#222C5D
Text on light backgroundsHeadingsStrong borders
900
161C
#161C3C
Primary textHigh emphasis contentDark headings
950
0E12
#0E1225
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E5E8F5;
  --steel-blue-200: #CFD4ED;
  --steel-blue-300: #A9B2DF;
  --steel-blue-400: #7D8ACF;
  --steel-blue-500: #5769C1;
  --steel-blue-600: #3D4EA4;
  --steel-blue-700: #303E82;
  --steel-blue-800: #222C5D;
  --steel-blue-900: #161C3C;
  --steel-blue-950: #0E1225;
}
Generate More ShadesCreate PaletteConvert Color