Steel Blue

#3883A8

Blue

Color Codes

All color formats for development

HEX
#3883A8
RGB
rgb(56, 131, 168)
HSL
hsl(200, 50%, 44%)
OKLCH
oklch(0.579 0.093 233.1)
CMYK
cmyk(67%, 22%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

4.22:1

AA AAA

On Black Background

4.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E4F0
200
#CDE3
300
#A7CE
400
#79B5
500
#539F
600
#3883
700
#2D68
800
#204A
900
#1430
950
#0D1E

Shades

Darker variations

1#327697
2#2D6987
3#275C76
4#224F65
5#1C4154
6#163443
7#112732
8#0B1A22
9#060D11

Tints

Lighter variations

1#3F94BE
2#54A0C6
3#69ACCD
4#7EB8D4
5#94C3DB
6#A9CFE2
7#BFDBEA
8#D4E7F1
9#EAF3F8

Tones

Muted variations

1#3E81A3
2#437F9D
3#497D97
4#4F7B92
5#547A8C
6#5A7887
7#5F7681
8#65747B
9#6B7276

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F0
#E4F0F6
Light backgroundsTable row hoverSkeleton loading
200
CDE3
#CDE3EE
Secondary backgroundsInput backgroundsDividers
300
A7CE
#A7CEE2
BordersInactive statesPlaceholder text
400
79B5
#79B5D2
Disabled statesSecondary iconsMuted text
500
539F
#539FC6
Primary brand colorCTAsActive elementsLinks
600
3883
#3883A8
Hover statesFocus ringsPrimary buttons hover
700
2D68
#2D6886
Active/pressed statesDark mode accentsSecondary text
800
204A
#204A60
Text on light backgroundsHeadingsStrong borders
900
1430
#14303D
Primary textHigh emphasis contentDark headings
950
0D1E
#0D1E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E4F0F6;
  --steel-blue-200: #CDE3EE;
  --steel-blue-300: #A7CEE2;
  --steel-blue-400: #79B5D2;
  --steel-blue-500: #539FC6;
  --steel-blue-600: #3883A8;
  --steel-blue-700: #2D6886;
  --steel-blue-800: #204A60;
  --steel-blue-900: #14303D;
  --steel-blue-950: #0D1E26;
}
Generate More ShadesCreate PaletteConvert Color