Steel Blue
#355EAC
BlueColor Codes
All color formats for development
HEX
#355EACRGB
rgb(53, 94, 172)HSL
hsl(219, 53%, 44%)OKLCH
oklch(0.494 0.133 261.9)CMYK
cmyk(69%, 45%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F559A
2#2A4B89
3#254278
4#203967
5#1A2F56
6#152645
7#101C33
8#0B1322
9#050911
Tints
Lighter variations
1#3B6AC2
2#507BC9
3#668BD0
4#7C9CD7
5#92ACDD
6#A8BDE4
7#BDCDEB
8#D3DEF2
9#E9EEF8
Tones
Muted variations
1#3B60A6
2#4162A0
3#47649A
4#4D6594
5#52678E
6#586988
7#5E6B82
8#646D7C
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BB #A5BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7698 #7698D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7A #4F7AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355E #355EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4B #2A4B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E36 #1E3662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF7;
--steel-blue-200: #CCD9EF;
--steel-blue-300: #A5BBE3;
--steel-blue-400: #7698D5;
--steel-blue-500: #4F7AC9;
--steel-blue-600: #355EAC;
--steel-blue-700: #2A4B89;
--steel-blue-800: #1E3662;
--steel-blue-900: #13223E;
--steel-blue-950: #0C1527;
}