Steel Blue

#7B95D1

Blue

Color Codes

All color formats for development

HEX
#7B95D1
RGB
rgb(123, 149, 209)
HSL
hsl(222, 48%, 65%)
OKLCH
oklch(0.674 0.094 266)
CMYK
cmyk(41%, 29%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.97:1

AA AAA

On Black Background

7.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CED7
300
#A8B9
400
#7B95
500
#5576
600
#3A5B
700
#2E48
800
#2134
900
#1521
950
#0D15

Shades

Darker variations

1#6281C8
2#4A6DBF
3#3C5EAC
4#345093
5#2B437B
6#223662
7#1A284A
8#111B31
9#090D19

Tints

Lighter variations

1#889FD5
2#95AADA
3#A3B5DF
4#B0BFE3
5#BDCAE8
6#CAD4EC
7#D7DFF1
8#E5EAF6
9#F2F4FA

Tones

Muted variations

1#7F96CC
2#8398C8
3#889AC4
4#8C9BBF
5#909DBB
6#959FB7
7#99A1B3
8#9DA2AE
9#A1A4AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF6
Light backgroundsTable row hoverSkeleton loading
200
CED7
#CED7EE
Secondary backgroundsInput backgroundsDividers
300
A8B9
#A8B9E1
BordersInactive statesPlaceholder text
400
7B95
#7B95D1
Disabled statesSecondary iconsMuted text
500
5576
#5576C3
Primary brand colorCTAsActive elementsLinks
600
3A5B
#3A5BA6
Hover statesFocus ringsPrimary buttons hover
700
2E48
#2E4884
Active/pressed statesDark mode accentsSecondary text
800
2134
#21345E
Text on light backgroundsHeadingsStrong borders
900
1521
#15213C
Primary textHigh emphasis contentDark headings
950
0D15
#0D1526
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E5EAF6;
  --steel-blue-200: #CED7EE;
  --steel-blue-300: #A8B9E1;
  --steel-blue-400: #7B95D1;
  --steel-blue-500: #5576C3;
  --steel-blue-600: #3A5BA6;
  --steel-blue-700: #2E4884;
  --steel-blue-800: #21345E;
  --steel-blue-900: #15213C;
  --steel-blue-950: #0D1526;
}
Generate More ShadesCreate PaletteConvert Color