Steel Blue
#3558AC
BlueColor Codes
All color formats for development
HEX
#3558ACRGB
rgb(53, 88, 172)HSL
hsl(222, 53%, 44%)OKLCH
oklch(0.481 0.14 264.7)CMYK
cmyk(69%, 49%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F509A
2#2A4789
3#253E78
4#203567
5#1A2C56
6#152345
7#101B33
8#0B1222
9#050911
Tints
Lighter variations
1#3B64C2
2#5075C9
3#6686D0
4#7C97D7
5#92A8DD
6#A8BAE4
7#BDCBEB
8#D3DCF2
9#E9EEF8
Tones
Muted variations
1#3B5BA6
2#415DA0
3#47609A
4#4D6294
5#52648E
6#586788
7#5E6982
8#646B7C
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B8 #A5B8E3 | BordersInactive statesPlaceholder text |
| 400 | 7693 #7693D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F74 #4F74C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3558 #3558AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A46 #2A4689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E32 #1E3262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1320 #13203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F7;
--steel-blue-200: #CCD7EF;
--steel-blue-300: #A5B8E3;
--steel-blue-400: #7693D5;
--steel-blue-500: #4F74C9;
--steel-blue-600: #3558AC;
--steel-blue-700: #2A4689;
--steel-blue-800: #1E3262;
--steel-blue-900: #13203E;
--steel-blue-950: #0C1427;
}