Steel Blue

#4F80C9

Blue

Color Codes

All color formats for development

HEX
#4F80C9
RGB
rgb(79, 128, 201)
HSL
hsl(216, 53%, 55%)
OKLCH
oklch(0.599 0.124 258.2)
CMYK
cmyk(61%, 36%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

3.99:1

AA AAA

On Black Background

5.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E4EB
200
#CCDA
300
#A5BE
400
#769C
500
#4F80
600
#3564
700
#2A50
800
#1E39
900
#1324
950
#0C17

Shades

Darker variations

1#3B71C1
2#3564AC
3#2E5896
4#284B81
5#213F6B
6#1A3256
7#142640
8#0D192B
9#070D15

Tints

Lighter variations

1#618DCE
2#7399D4
3#84A6D9
4#96B3DF
5#A7C0E4
6#B9CCE9
7#CAD9EF
8#DCE6F4
9#EDF2FA

Tones

Muted variations

1#5681C3
2#5C83BD
3#6284B7
4#6885B1
5#6E86AB
6#7487A5
7#7A899E
8#808A98
9#868B92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF7
Light backgroundsTable row hoverSkeleton loading
200
CCDA
#CCDAEF
Secondary backgroundsInput backgroundsDividers
300
A5BE
#A5BEE3
BordersInactive statesPlaceholder text
400
769C
#769CD5
Disabled statesSecondary iconsMuted text
500
4F80
#4F80C9
Primary brand colorCTAsActive elementsLinks
600
3564
#3564AC
Hover statesFocus ringsPrimary buttons hover
700
2A50
#2A5089
Active/pressed statesDark mode accentsSecondary text
800
1E39
#1E3962
Text on light backgroundsHeadingsStrong borders
900
1324
#13243E
Primary textHigh emphasis contentDark headings
950
0C17
#0C1727
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FB;
  --steel-blue-100: #E4EBF7;
  --steel-blue-200: #CCDAEF;
  --steel-blue-300: #A5BEE3;
  --steel-blue-400: #769CD5;
  --steel-blue-500: #4F80C9;
  --steel-blue-600: #3564AC;
  --steel-blue-700: #2A5089;
  --steel-blue-800: #1E3962;
  --steel-blue-900: #13243E;
  --steel-blue-950: #0C1727;
}
Generate More ShadesCreate PaletteConvert Color