Steel Blue

#3A84A6

Blue

Color Codes

All color formats for development

HEX
#3A84A6
RGB
rgb(58, 132, 166)
HSL
hsl(199, 48%, 44%)
OKLCH
oklch(0.581 0.09 231)
CMYK
cmyk(65%, 20%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

4.17:1

AA AAA

On Black Background

5.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F0
200
#CEE4
300
#A8CF
400
#7BB5
500
#55A0
600
#3A84
700
#2E69
800
#214B
900
#1530
950
#0D1E

Shades

Darker variations

1#357795
2#2F6A85
3#295C74
4#234F64
5#1D4253
6#173542
7#122832
8#0C1A21
9#060D11

Tints

Lighter variations

1#4295BB
2#56A1C4
3#6BADCB
4#80B8D2
5#95C4DA
6#AAD0E1
7#C0DCE9
8#D5E7F0
9#EAF3F8

Tones

Muted variations

1#4082A1
2#45809B
3#4B7E96
4#507C91
5#557A8B
6#5B7886
7#607680
8#65747B
9#6B7276

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F0
#E5F0F6
Light backgroundsTable row hoverSkeleton loading
200
CEE4
#CEE4EE
Secondary backgroundsInput backgroundsDividers
300
A8CF
#A8CFE1
BordersInactive statesPlaceholder text
400
7BB5
#7BB5D1
Disabled statesSecondary iconsMuted text
500
55A0
#55A0C3
Primary brand colorCTAsActive elementsLinks
600
3A84
#3A84A6
Hover statesFocus ringsPrimary buttons hover
700
2E69
#2E6984
Active/pressed statesDark mode accentsSecondary text
800
214B
#214B5E
Text on light backgroundsHeadingsStrong borders
900
1530
#15303C
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: #E5F0F6;
  --steel-blue-200: #CEE4EE;
  --steel-blue-300: #A8CFE1;
  --steel-blue-400: #7BB5D1;
  --steel-blue-500: #55A0C3;
  --steel-blue-600: #3A84A6;
  --steel-blue-700: #2E6984;
  --steel-blue-800: #214B5E;
  --steel-blue-900: #15303C;
  --steel-blue-950: #0D1E26;
}
Generate More ShadesCreate PaletteConvert Color