Steel Blue
#3454AD
BlueColor Codes
All color formats for development
HEX
#3454ADRGB
rgb(52, 84, 173)HSL
hsl(224, 54%, 44%)OKLCH
oklch(0.472 0.147 266)CMYK
cmyk(70%, 51%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4C9C
2#29438A
3#243B79
4#1F3268
5#1A2A56
6#152245
7#0F1934
8#0A1123
9#050811
Tints
Lighter variations
1#3A5FC3
2#4F70CA
3#6582D1
4#7B94D8
5#91A6DE
6#A7B7E5
7#BDC9EB
8#D3DBF2
9#E9EDF8
Tones
Muted variations
1#3A57A7
2#405AA1
3#465C9B
4#4C5F95
5#52628E
6#586588
7#5E6882
8#646B7C
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B6 #A5B6E4 | BordersInactive statesPlaceholder text |
| 400 | 768F #768FD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E6F #4E6FCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3454 #3454AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2943 #294389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D30 #1D3062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E9F7;
--steel-blue-200: #CCD5F0;
--steel-blue-300: #A5B6E4;
--steel-blue-400: #768FD6;
--steel-blue-500: #4E6FCA;
--steel-blue-600: #3454AD;
--steel-blue-700: #294389;
--steel-blue-800: #1D3062;
--steel-blue-900: #131F3F;
--steel-blue-950: #0C1327;
}