Steel Blue

#3E52A3

Blue

Color Codes

All color formats for development

HEX
#3E52A3
RGB
rgb(62, 82, 163)
HSL
hsl(228, 45%, 44%)
OKLCH
oklch(0.466 0.132 270.2)
CMYK
cmyk(62%, 50%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

7.14:1

AA AAA

On Black Background

2.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD5
300
#AAB5
400
#7E8E
500
#596D
600
#3E52
700
#3141
800
#232F
900
#161E
950
#0E13

Shades

Darker variations

1#384A92
2#314282
3#2B3972
4#253162
5#1F2951
6#192141
7#131931
8#0C1021
9#060810

Tints

Lighter variations

1#465CB7
2#596EC0
3#6E80C8
4#8392D0
5#97A4D8
6#ACB6E0
7#C1C9E7
8#D6DBEF
9#EAEDF7

Tones

Muted variations

1#43559E
2#485899
3#4D5B94
4#525E8E
5#576189
6#5C6484
7#61677F
8#666A7A
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
CFD5
#CFD5ED
Secondary backgroundsInput backgroundsDividers
300
AAB5
#AAB5DF
BordersInactive statesPlaceholder text
400
7E8E
#7E8ECE
Disabled statesSecondary iconsMuted text
500
596D
#596DC0
Primary brand colorCTAsActive elementsLinks
600
3E52
#3E52A3
Hover statesFocus ringsPrimary buttons hover
700
3141
#314181
Active/pressed statesDark mode accentsSecondary text
800
232F
#232F5C
Text on light backgroundsHeadingsStrong borders
900
161E
#161E3B
Primary textHigh emphasis contentDark headings
950
0E13
#0E1325
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: #CFD5ED;
  --steel-blue-300: #AAB5DF;
  --steel-blue-400: #7E8ECE;
  --steel-blue-500: #596DC0;
  --steel-blue-600: #3E52A3;
  --steel-blue-700: #314181;
  --steel-blue-800: #232F5C;
  --steel-blue-900: #161E3B;
  --steel-blue-950: #0E1325;
}
Generate More ShadesCreate PaletteConvert Color