Steel Blue
#3552AC
BlueColor Codes
All color formats for development
HEX
#3552ACRGB
rgb(53, 82, 172)HSL
hsl(225, 53%, 44%)OKLCH
oklch(0.468 0.148 267.1)CMYK
cmyk(69%, 52%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4A9A
2#2A4289
3#253A78
4#203167
5#1A2956
6#152145
7#101933
8#0B1022
9#050811
Tints
Lighter variations
1#3B5DC2
2#506EC9
3#6681D0
4#7C93D7
5#92A5DD
6#A8B7E4
7#BDC9EB
8#D3DBF2
9#E9EDF8
Tones
Muted variations
1#3B55A6
2#4158A0
3#475B9A
4#4D5E94
5#52618E
6#586488
7#5E6782
8#646A7C
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B5 #A5B5E3 | BordersInactive statesPlaceholder text |
| 400 | 768E #768ED5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6E #4F6EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3552 #3552AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A42 #2A4289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2F #1E2F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131E #131E3E | 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: #E4E8F7;
--steel-blue-200: #CCD5EF;
--steel-blue-300: #A5B5E3;
--steel-blue-400: #768ED5;
--steel-blue-500: #4F6EC9;
--steel-blue-600: #3552AC;
--steel-blue-700: #2A4289;
--steel-blue-800: #1E2F62;
--steel-blue-900: #131E3E;
--steel-blue-950: #0C1327;
}