Steel Blue

#7889D3

Blue

Color Codes

All color formats for development

HEX
#7889D3
RGB
rgb(120, 137, 211)
HSL
hsl(229, 51%, 65%)
OKLCH
oklch(0.648 0.113 273.1)
CMYK
cmyk(43%, 35%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

3.32:1

AA AAA

On Black Background

6.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E4E7
200
#CDD3
300
#A6B1
400
#7889
500
#5267
600
#374C
700
#2C3C
800
#1F2B
900
#141C
950
#0C11

Shades

Darker variations

1#5F73CB
2#465DC3
3#394FAF
4#314396
5#29387D
6#202D64
7#18224B
8#101632
9#080B19

Tints

Lighter variations

1#8695D8
2#93A1DC
3#A1ACE0
4#AEB8E5
5#BCC4E9
6#C9D0EE
7#D7DCF2
8#E4E7F6
9#F2F3FB

Tones

Muted variations

1#7D8CCF
2#818FCA
3#8692C6
4#8A94C1
5#8F97BD
6#949AB8
7#989DB3
8#9DA0AF
9#A1A3AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E7
#E4E7F6
Light backgroundsTable row hoverSkeleton loading
200
CDD3
#CDD3EF
Secondary backgroundsInput backgroundsDividers
300
A6B1
#A6B1E2
BordersInactive statesPlaceholder text
400
7889
#7889D3
Disabled statesSecondary iconsMuted text
500
5267
#5267C7
Primary brand colorCTAsActive elementsLinks
600
374C
#374CA9
Hover statesFocus ringsPrimary buttons hover
700
2C3C
#2C3C87
Active/pressed statesDark mode accentsSecondary text
800
1F2B
#1F2B60
Text on light backgroundsHeadingsStrong borders
900
141C
#141C3E
Primary textHigh emphasis contentDark headings
950
0C11
#0C1127
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F5FB;
  --steel-blue-100: #E4E7F6;
  --steel-blue-200: #CDD3EF;
  --steel-blue-300: #A6B1E2;
  --steel-blue-400: #7889D3;
  --steel-blue-500: #5267C7;
  --steel-blue-600: #374CA9;
  --steel-blue-700: #2C3C87;
  --steel-blue-800: #1F2B60;
  --steel-blue-900: #141C3E;
  --steel-blue-950: #0C1127;
}
Generate More ShadesCreate PaletteConvert Color