Steel Blue
#3576AC
BlueColor Codes
All color formats for development
HEX
#3576ACRGB
rgb(53, 118, 172)HSL
hsl(207, 53%, 44%)OKLCH
oklch(0.549 0.107 246.5)CMYK
cmyk(69%, 31%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6A9A
2#2A5F89
3#255378
4#204767
5#1A3B56
6#152F45
7#102333
8#0B1822
9#050C11
Tints
Lighter variations
1#3B85C2
2#5093C9
3#66A0D0
4#7CAED7
5#92BBDD
6#A8C9E4
7#BDD6EB
8#D3E4F2
9#E9F1F8
Tones
Muted variations
1#3B76A6
2#4175A0
3#47749A
4#4D7494
5#52738E
6#587388
7#5E7282
8#64717C
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C7 #A5C7E3 | BordersInactive statesPlaceholder text |
| 400 | 76AA #76AAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F92 #4F92C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3576 #3576AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5E #2A5E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E43 #1E4362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132B #132B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EEF7;
--steel-blue-200: #CCE0EF;
--steel-blue-300: #A5C7E3;
--steel-blue-400: #76AAD5;
--steel-blue-500: #4F92C9;
--steel-blue-600: #3576AC;
--steel-blue-700: #2A5E89;
--steel-blue-800: #1E4362;
--steel-blue-900: #132B3E;
--steel-blue-950: #0C1B27;
}