Steel Blue

#7689D6

Blue

Color Codes

All color formats for development

HEX
#7689D6
RGB
rgb(118, 137, 214)
HSL
hsl(228, 54%, 65%)
OKLCH
oklch(0.648 0.117 272.2)
CMYK
cmyk(45%, 36%, 0%, 16%)

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
#CCD3
300
#A5B1
400
#7689
500
#4E67
600
#344C
700
#293C
800
#1D2B
900
#131C
950
#0C11

Shades

Darker variations

1#5C73CE
2#435DC7
3#354EB3
4#2E4399
5#263880
6#1E2D66
7#17224D
8#0F1633
9#080B1A

Tints

Lighter variations

1#8395DA
2#91A0DE
3#9FACE2
4#ADB8E6
5#BAC4EA
6#C8D0EF
7#D6DCF3
8#E4E7F7
9#F1F3FB

Tones

Muted variations

1#7A8CD1
2#7F8FCC
3#8492C7
4#8994C3
5#8E97BE
6#929AB9
7#979DB4
8#9CA0AF
9#A1A3AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E7
#E4E7F7
Light backgroundsTable row hoverSkeleton loading
200
CCD3
#CCD3F0
Secondary backgroundsInput backgroundsDividers
300
A5B1
#A5B1E4
BordersInactive statesPlaceholder text
400
7689
#7689D6
Disabled statesSecondary iconsMuted text
500
4E67
#4E67CA
Primary brand colorCTAsActive elementsLinks
600
344C
#344CAD
Hover statesFocus ringsPrimary buttons hover
700
293C
#293C89
Active/pressed statesDark mode accentsSecondary text
800
1D2B
#1D2B62
Text on light backgroundsHeadingsStrong borders
900
131C
#131C3F
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: #E4E7F7;
  --steel-blue-200: #CCD3F0;
  --steel-blue-300: #A5B1E4;
  --steel-blue-400: #7689D6;
  --steel-blue-500: #4E67CA;
  --steel-blue-600: #344CAD;
  --steel-blue-700: #293C89;
  --steel-blue-800: #1D2B62;
  --steel-blue-900: #131C3F;
  --steel-blue-950: #0C1127;
}
Generate More ShadesCreate PaletteConvert Color