Steel Blue
#325CAE
BlueColor Codes
All color formats for development
HEX
#325CAERGB
rgb(50, 92, 174)HSL
hsl(220, 55%, 44%)OKLCH
oklch(0.489 0.139 262.2)CMYK
cmyk(71%, 47%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D529D
2#28498B
3#23407A
4#1E3768
5#192E57
6#142546
7#0F1B34
8#0A1223
9#050911
Tints
Lighter variations
1#3967C4
2#4E78CC
3#6489D2
4#7A9AD8
5#90ABDF
6#A6BBE5
7#BDCCEC
8#D3DDF2
9#E9EEF9
Tones
Muted variations
1#395EA8
2#3F60A2
3#45629B
4#4B6495
5#51668F
6#586889
7#5E6A83
8#646C7D
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD8 #CCD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BA #A4BAE5 | BordersInactive statesPlaceholder text |
| 400 | 7595 #7595D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D77 #4D77CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 325C #325CAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2849 #28498A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D34 #1D3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #12213F | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF7;
--steel-blue-200: #CCD8F0;
--steel-blue-300: #A4BAE5;
--steel-blue-400: #7595D7;
--steel-blue-500: #4D77CB;
--steel-blue-600: #325CAE;
--steel-blue-700: #28498A;
--steel-blue-800: #1D3463;
--steel-blue-900: #12213F;
--steel-blue-950: #0B1528;
}