Steel Blue

#7291DA

Blue

Color Codes

All color formats for development

HEX
#7291DA
RGB
rgb(114, 145, 218)
HSL
hsl(222, 58%, 65%)
OKLCH
oklch(0.664 0.115 265.9)
CMYK
cmyk(48%, 33%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

3.10:1

AA AAA

On Black Background

6.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3E9
200
#CBD6
300
#A2B7
400
#7291
500
#4A72
600
#2F56
700
#2545
800
#1B31
900
#111F
950
#0B14

Shades

Darker variations

1#587DD3
2#3E68CC
3#3159B7
4#2A4C9D
5#234083
6#1C3369
7#15264F
8#0E1934
9#070D1A

Tints

Lighter variations

1#809CDD
2#8EA7E1
3#9CB2E5
4#AABDE9
5#B8C8EC
6#C7D3F0
7#D5DEF4
8#E3E9F8
9#F1F4FB

Tones

Muted variations

1#7793D4
2#7C95CF
3#8297CA
4#8799C5
5#8C9BC0
6#919DBA
7#96A0B5
8#9BA2B0
9#A1A4AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E9
#E3E9F8
Light backgroundsTable row hoverSkeleton loading
200
CBD6
#CBD6F1
Secondary backgroundsInput backgroundsDividers
300
A2B7
#A2B7E6
BordersInactive statesPlaceholder text
400
7291
#7291DA
Disabled statesSecondary iconsMuted text
500
4A72
#4A72CF
Primary brand colorCTAsActive elementsLinks
600
2F56
#2F56B1
Hover statesFocus ringsPrimary buttons hover
700
2545
#25458D
Active/pressed statesDark mode accentsSecondary text
800
1B31
#1B3165
Text on light backgroundsHeadingsStrong borders
900
111F
#111F40
Primary textHigh emphasis contentDark headings
950
0B14
#0B1428
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FC;
  --steel-blue-100: #E3E9F8;
  --steel-blue-200: #CBD6F1;
  --steel-blue-300: #A2B7E6;
  --steel-blue-400: #7291DA;
  --steel-blue-500: #4A72CF;
  --steel-blue-600: #2F56B1;
  --steel-blue-700: #25458D;
  --steel-blue-800: #1B3165;
  --steel-blue-900: #111F40;
  --steel-blue-950: #0B1428;
}
Generate More ShadesCreate PaletteConvert Color