Steel Blue
#3582AC
BlueColor Codes
All color formats for development
HEX
#3582ACRGB
rgb(53, 130, 172)HSL
hsl(201, 53%, 44%)OKLCH
oklch(0.577 0.099 236.1)CMYK
cmyk(69%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F759A
2#2A6889
3#255B78
4#204E67
5#1A4156
6#153445
7#102733
8#0B1A22
9#050D11
Tints
Lighter variations
1#3B93C2
2#509FC9
3#66ABD0
4#7CB7D7
5#92C3DD
6#A8CFE4
7#BDDBEB
8#D3E7F2
9#E9F3F8
Tones
Muted variations
1#3B80A6
2#417EA0
3#477D9A
4#4D7B94
5#52798E
6#587788
7#5E7682
8#64747C
9#6A7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CE #A5CEE3 | BordersInactive statesPlaceholder text |
| 400 | 76B4 #76B4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9E #4F9EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3582 #3582AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A67 #2A6789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4A #1E4A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F0F7;
--steel-blue-200: #CCE3EF;
--steel-blue-300: #A5CEE3;
--steel-blue-400: #76B4D5;
--steel-blue-500: #4F9EC9;
--steel-blue-600: #3582AC;
--steel-blue-700: #2A6789;
--steel-blue-800: #1E4A62;
--steel-blue-900: #132F3E;
--steel-blue-950: #0C1E27;
}