Steel Blue

#3255AE

Blue

Color Codes

All color formats for development

HEX
#3255AE
RGB
rgb(50, 85, 174)
HSL
hsl(223, 55%, 44%)
OKLCH
oklch(0.474 0.148 265.1)
CMYK
cmyk(71%, 51%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

6.89:1

AA AAA

On Black Background

3.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3E9
200
#CCD6
300
#A4B6
400
#7590
500
#4D71
600
#3255
700
#2844
800
#1D31
900
#121F
950
#0B13

Shades

Darker variations

1#2D4D9D
2#28448B
3#233C7A
4#1E3368
5#192B57
6#142246
7#0F1A34
8#0A1123
9#050911

Tints

Lighter variations

1#3960C4
2#4E72CC
3#6483D2
4#7A95D8
5#90A7DF
6#A6B8E5
7#BDCAEC
8#D3DCF2
9#E9EDF9

Tones

Muted variations

1#3958A8
2#3F5BA2
3#455D9B
4#4B6095
5#51638F
6#586689
7#5E6883
8#646B7D
9#6A6E76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E9
#E3E9F7
Light backgroundsTable row hoverSkeleton loading
200
CCD6
#CCD6F0
Secondary backgroundsInput backgroundsDividers
300
A4B6
#A4B6E5
BordersInactive statesPlaceholder text
400
7590
#7590D7
Disabled statesSecondary iconsMuted text
500
4D71
#4D71CB
Primary brand colorCTAsActive elementsLinks
600
3255
#3255AE
Hover statesFocus ringsPrimary buttons hover
700
2844
#28448A
Active/pressed statesDark mode accentsSecondary text
800
1D31
#1D3163
Text on light backgroundsHeadingsStrong borders
900
121F
#121F3F
Primary textHigh emphasis contentDark headings
950
0B13
#0B1328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FC;
  --steel-blue-100: #E3E9F7;
  --steel-blue-200: #CCD6F0;
  --steel-blue-300: #A4B6E5;
  --steel-blue-400: #7590D7;
  --steel-blue-500: #4D71CB;
  --steel-blue-600: #3255AE;
  --steel-blue-700: #28448A;
  --steel-blue-800: #1D3163;
  --steel-blue-900: #121F3F;
  --steel-blue-950: #0B1328;
}
Generate More ShadesCreate PaletteConvert Color