Steel Blue

#484899

Blue

Color Codes

All color formats for development

HEX
#484899
RGB
rgb(72, 72, 153)
HSL
hsl(240, 36%, 44%)
OKLCH
oklch(0.446 0.129 279.8)
CMYK
cmyk(53%, 53%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

7.89:1

AA AAA

On Black Background

2.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E7
200
#D2D2
300
#AFAF
400
#8686
500
#6363
600
#4848
700
#3939
800
#2929
900
#1A1A
950
#1010

Shades

Darker variations

1#414189
2#39397A
3#32326B
4#2B2B5C
5#24244C
6#1D1D3D
7#16162E
8#0E0E1F
9#07070F

Tints

Lighter variations

1#5151AC
2#6464B6
3#7777BF
4#8A8AC8
5#9E9ED1
6#B1B1DA
7#C5C5E4
8#D8D8ED
9#ECECF6

Tones

Muted variations

1#4C4C95
2#505091
3#54548C
4#585888
5#5C5C84
6#606080
7#64647C
8#686878
9#6C6C74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E7
#E7E7F4
Light backgroundsTable row hoverSkeleton loading
200
D2D2
#D2D2EA
Secondary backgroundsInput backgroundsDividers
300
AFAF
#AFAFD9
BordersInactive statesPlaceholder text
400
8686
#8686C6
Disabled statesSecondary iconsMuted text
500
6363
#6363B6
Primary brand colorCTAsActive elementsLinks
600
4848
#484899
Hover statesFocus ringsPrimary buttons hover
700
3939
#393979
Active/pressed statesDark mode accentsSecondary text
800
2929
#292957
Text on light backgroundsHeadingsStrong borders
900
1A1A
#1A1A37
Primary textHigh emphasis contentDark headings
950
1010
#101023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F5FA;
  --steel-blue-100: #E7E7F4;
  --steel-blue-200: #D2D2EA;
  --steel-blue-300: #AFAFD9;
  --steel-blue-400: #8686C6;
  --steel-blue-500: #6363B6;
  --steel-blue-600: #484899;
  --steel-blue-700: #393979;
  --steel-blue-800: #292957;
  --steel-blue-900: #1A1A37;
  --steel-blue-950: #101023;
}
Generate More ShadesCreate PaletteConvert Color