Steel Blue

#4FA1C9

Blue

Color Codes

All color formats for development

HEX
#4FA1C9
RGB
rgb(79, 161, 201)
HSL
hsl(200, 53%, 55%)
OKLCH
oklch(0.674 0.099 232)
CMYK
cmyk(61%, 20%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.89:1

AA AAA

On Black Background

7.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F0
200
#CCE4
300
#A5CF
400
#76B6
500
#4FA1
600
#3584
700
#2A69
800
#1E4B
900
#1330
950
#0C1E

Shades

Darker variations

1#3B95C1
2#3584AC
3#2E7496
4#286381
5#21536B
6#1A4256
7#143240
8#0D212B
9#071115

Tints

Lighter variations

1#61AACE
2#73B3D4
3#84BDD9
4#96C6DF
5#A7D0E4
6#B9D9E9
7#CAE3EF
8#DCECF4
9#EDF6FA

Tones

Muted variations

1#569EC3
2#5C9CBD
3#629AB7
4#6898B1
5#6E96AB
6#7494A5
7#7A929E
8#809098
9#868E92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F0
#E4F0F7
Light backgroundsTable row hoverSkeleton loading
200
CCE4
#CCE4EF
Secondary backgroundsInput backgroundsDividers
300
A5CF
#A5CFE3
BordersInactive statesPlaceholder text
400
76B6
#76B6D5
Disabled statesSecondary iconsMuted text
500
4FA1
#4FA1C9
Primary brand colorCTAsActive elementsLinks
600
3584
#3584AC
Hover statesFocus ringsPrimary buttons hover
700
2A69
#2A6989
Active/pressed statesDark mode accentsSecondary text
800
1E4B
#1E4B62
Text on light backgroundsHeadingsStrong borders
900
1330
#13303E
Primary textHigh emphasis contentDark headings
950
0C1E
#0C1E27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FB;
  --steel-blue-100: #E4F0F7;
  --steel-blue-200: #CCE4EF;
  --steel-blue-300: #A5CFE3;
  --steel-blue-400: #76B6D5;
  --steel-blue-500: #4FA1C9;
  --steel-blue-600: #3584AC;
  --steel-blue-700: #2A6989;
  --steel-blue-800: #1E4B62;
  --steel-blue-900: #13303E;
  --steel-blue-950: #0C1E27;
}
Generate More ShadesCreate PaletteConvert Color