Steel Blue
#3572AC
BlueColor Codes
All color formats for development
HEX
#3572ACRGB
rgb(53, 114, 172)HSL
hsl(209, 53%, 44%)OKLCH
oklch(0.539 0.111 249.6)CMYK
cmyk(69%, 34%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F679A
2#2A5B89
3#255078
4#204567
5#1A3956
6#152E45
7#102233
8#0B1722
9#050B11
Tints
Lighter variations
1#3B81C2
2#508FC9
3#669DD0
4#7CABD7
5#92B9DD
6#A8C7E4
7#BDD5EB
8#D3E3F2
9#E9F1F8
Tones
Muted variations
1#3B72A6
2#4172A0
3#47729A
4#4D7194
5#52718E
6#587188
7#5E7182
8#64717C
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C5 #A5C5E3 | BordersInactive statesPlaceholder text |
| 400 | 76A7 #76A7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F8E #4F8EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3572 #3572AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5B #2A5B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E41 #1E4162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF7;
--steel-blue-200: #CCDEEF;
--steel-blue-300: #A5C5E3;
--steel-blue-400: #76A7D5;
--steel-blue-500: #4F8EC9;
--steel-blue-600: #3572AC;
--steel-blue-700: #2A5B89;
--steel-blue-800: #1E4162;
--steel-blue-900: #132A3E;
--steel-blue-950: #0C1A27;
}