Steel Blue

#7891D3

Blue

Color Codes

All color formats for development

HEX
#7891D3
RGB
rgb(120, 145, 211)
HSL
hsl(224, 51%, 65%)
OKLCH
oklch(0.664 0.103 267.7)
CMYK
cmyk(43%, 31%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

3.09:1

AA AAA

On Black Background

6.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4E9
200
#CDD6
300
#A6B6
400
#7891
500
#5271
600
#3755
700
#2C44
800
#1F31
900
#141F
950
#0C13

Shades

Darker variations

1#5F7CCB
2#4667C3
3#3958AF
4#314C96
5#293F7D
6#203364
7#18264B
8#101932
9#080D19

Tints

Lighter variations

1#869CD8
2#93A7DC
3#A1B2E0
4#AEBDE5
5#BCC8E9
6#C9D3EE
7#D7DEF2
8#E4E9F6
9#F2F4FB

Tones

Muted variations

1#7D93CF
2#8195CA
3#8697C6
4#8A99C1
5#8F9BBD
6#949DB8
7#989FB3
8#9DA2AF
9#A1A4AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E9
#E4E9F6
Light backgroundsTable row hoverSkeleton loading
200
CDD6
#CDD6EF
Secondary backgroundsInput backgroundsDividers
300
A6B6
#A6B6E2
BordersInactive statesPlaceholder text
400
7891
#7891D3
Disabled statesSecondary iconsMuted text
500
5271
#5271C7
Primary brand colorCTAsActive elementsLinks
600
3755
#3755A9
Hover statesFocus ringsPrimary buttons hover
700
2C44
#2C4487
Active/pressed statesDark mode accentsSecondary text
800
1F31
#1F3160
Text on light backgroundsHeadingsStrong borders
900
141F
#141F3E
Primary textHigh emphasis contentDark headings
950
0C13
#0C1327
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FB;
  --steel-blue-100: #E4E9F6;
  --steel-blue-200: #CDD6EF;
  --steel-blue-300: #A6B6E2;
  --steel-blue-400: #7891D3;
  --steel-blue-500: #5271C7;
  --steel-blue-600: #3755A9;
  --steel-blue-700: #2C4487;
  --steel-blue-800: #1F3160;
  --steel-blue-900: #141F3E;
  --steel-blue-950: #0C1327;
}
Generate More ShadesCreate PaletteConvert Color