Steel Blue
#3560AC
BlueColor Codes
All color formats for development
HEX
#3560ACRGB
rgb(53, 96, 172)HSL
hsl(218, 53%, 44%)OKLCH
oklch(0.498 0.131 260.9)CMYK
cmyk(69%, 44%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F579A
2#2A4D89
3#254378
4#203A67
5#1A3056
6#152745
7#101D33
8#0B1322
9#050A11
Tints
Lighter variations
1#3B6DC2
2#507DC9
3#668DD0
4#7C9DD7
5#92AEDD
6#A8BEE4
7#BDCEEB
8#D3DEF2
9#E9EFF8
Tones
Muted variations
1#3B62A6
2#4164A0
3#47659A
4#4D6794
5#52688E
6#586A88
7#5E6B82
8#646D7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7C #4F7CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3560 #3560AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4D #2A4D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E37 #1E3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EBF7;
--steel-blue-200: #CCD9EF;
--steel-blue-300: #A5BCE3;
--steel-blue-400: #7699D5;
--steel-blue-500: #4F7CC9;
--steel-blue-600: #3560AC;
--steel-blue-700: #2A4D89;
--steel-blue-800: #1E3762;
--steel-blue-900: #13233E;
--steel-blue-950: #0C1627;
}