Steel Blue

#7F95CC

Blue

Color Codes

All color formats for development

HEX
#7F95CC
RGB
rgb(127, 149, 204)
HSL
hsl(223, 43%, 65%)
OKLCH
oklch(0.674 0.086 267.3)
CMYK
cmyk(38%, 27%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.97:1

AA AAA

On Black Background

7.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#D0D8
300
#ABB9
400
#7F95
500
#5B77
600
#405B
700
#3349
800
#2434
900
#1721
950
#0F15

Shades

Darker variations

1#6881C3
2#506EB9
3#425EA6
4#39518E
5#2F4377
6#26365F
7#1C2847
8#131B2F
9#090D18

Tints

Lighter variations

1#8CA0D1
2#99AAD6
3#A6B5DB
4#B2BFE0
5#BFCAE6
6#CCD5EB
7#D9DFF0
8#E5EAF5
9#F2F4FA

Tones

Muted variations

1#8397C8
2#8798C4
3#8B9AC1
4#8F9CBD
5#939DB9
6#969FB5
7#9AA1B1
8#9EA2AD
9#A2A4AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
D0D8
#D0D8EC
Secondary backgroundsInput backgroundsDividers
300
ABB9
#ABB9DE
BordersInactive statesPlaceholder text
400
7F95
#7F95CC
Disabled statesSecondary iconsMuted text
500
5B77
#5B77BE
Primary brand colorCTAsActive elementsLinks
600
405B
#405BA0
Hover statesFocus ringsPrimary buttons hover
700
3349
#334980
Active/pressed statesDark mode accentsSecondary text
800
2434
#24345B
Text on light backgroundsHeadingsStrong borders
900
1721
#17213A
Primary textHigh emphasis contentDark headings
950
0F15
#0F1524
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E5EAF5;
  --steel-blue-200: #D0D8EC;
  --steel-blue-300: #ABB9DE;
  --steel-blue-400: #7F95CC;
  --steel-blue-500: #5B77BE;
  --steel-blue-600: #405BA0;
  --steel-blue-700: #334980;
  --steel-blue-800: #24345B;
  --steel-blue-900: #17213A;
  --steel-blue-950: #0F1524;
}
Generate More ShadesCreate PaletteConvert Color