Steel Blue
#325AAE
BlueColor Codes
All color formats for development
HEX
#325AAERGB
rgb(50, 90, 174)HSL
hsl(221, 55%, 44%)OKLCH
oklch(0.485 0.142 263)CMYK
cmyk(71%, 48%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D519D
2#28488B
3#233F7A
4#1E3668
5#192D57
6#142446
7#0F1B34
8#0A1223
9#050911
Tints
Lighter variations
1#3965C4
2#4E76CC
3#6487D2
4#7A98D8
5#90A9DF
6#A6BAE5
7#BDCCEC
8#D3DDF2
9#E9EEF9
Tones
Muted variations
1#395CA8
2#3F5EA2
3#45609B
4#4B6395
5#51658F
6#586789
7#5E6983
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 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7594 #7594D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D75 #4D75CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 325A #325AAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2847 #28478A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #12213F | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | 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: #CCD7F0;
--steel-blue-300: #A4B9E5;
--steel-blue-400: #7594D7;
--steel-blue-500: #4D75CB;
--steel-blue-600: #325AAE;
--steel-blue-700: #28478A;
--steel-blue-800: #1D3363;
--steel-blue-900: #12213F;
--steel-blue-950: #0B1428;
}