Steel Blue

#3A67A6

Blue

Color Codes

All color formats for development

HEX
#3A67A6
RGB
rgb(58, 103, 166)
HSL
hsl(215, 48%, 44%)
OKLCH
oklch(0.512 0.112 257.1)
CMYK
cmyk(65%, 38%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

5.72:1

AA AAA

On Black Background

3.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CEDB
300
#A8C0
400
#7B9F
500
#5583
600
#3A67
700
#2E52
800
#213B
900
#1526
950
#0D17

Shades

Darker variations

1#355D95
2#2F5385
3#294874
4#233E64
5#1D3453
6#172942
7#121F32
8#0C1521
9#060A11

Tints

Lighter variations

1#4274BB
2#5684C4
3#6B93CB
4#80A2D2
5#95B2DA
6#AAC1E1
7#C0D1E9
8#D5E0F0
9#EAF0F8

Tones

Muted variations

1#4068A1
2#45699B
3#4B6A96
4#506B91
5#556C8B
6#5B6D86
7#606E80
8#656E7B
9#6B6F76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF6
Light backgroundsTable row hoverSkeleton loading
200
CEDB
#CEDBEE
Secondary backgroundsInput backgroundsDividers
300
A8C0
#A8C0E1
BordersInactive statesPlaceholder text
400
7B9F
#7B9FD1
Disabled statesSecondary iconsMuted text
500
5583
#5583C3
Primary brand colorCTAsActive elementsLinks
600
3A67
#3A67A6
Hover statesFocus ringsPrimary buttons hover
700
2E52
#2E5284
Active/pressed statesDark mode accentsSecondary text
800
213B
#213B5E
Text on light backgroundsHeadingsStrong borders
900
1526
#15263C
Primary textHigh emphasis contentDark headings
950
0D17
#0D1726
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E5ECF6;
  --steel-blue-200: #CEDBEE;
  --steel-blue-300: #A8C0E1;
  --steel-blue-400: #7B9FD1;
  --steel-blue-500: #5583C3;
  --steel-blue-600: #3A67A6;
  --steel-blue-700: #2E5284;
  --steel-blue-800: #213B5E;
  --steel-blue-900: #15263C;
  --steel-blue-950: #0D1726;
}
Generate More ShadesCreate PaletteConvert Color