Steel Blue
#365FAB
BlueColor Codes
All color formats for development
HEX
#365FABRGB
rgb(54, 95, 171)HSL
hsl(219, 52%, 44%)OKLCH
oklch(0.496 0.13 261.6)CMYK
cmyk(68%, 44%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305599
2#2B4C88
3#264277
4#203966
5#1B2F55
6#162644
7#101C33
8#0B1322
9#050911
Tints
Lighter variations
1#3D6BC0
2#517BC8
3#678BCF
4#7D9CD6
5#92ACDD
6#A8BDE4
7#BECDEA
8#D4DEF1
9#E9EEF8
Tones
Muted variations
1#3C60A5
2#42629F
3#476499
4#4D6693
5#53678D
6#596988
7#5F6B82
8#656D7C
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BB #A6BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7798 #7798D4 | Disabled statesSecondary iconsMuted text |
| 500 | 517A #517AC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 365F #365FAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4B #2B4B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F36 #1F3661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | 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: #E4EAF6;
--steel-blue-200: #CDD9EF;
--steel-blue-300: #A6BBE3;
--steel-blue-400: #7798D4;
--steel-blue-500: #517AC8;
--steel-blue-600: #365FAB;
--steel-blue-700: #2B4B88;
--steel-blue-800: #1F3661;
--steel-blue-900: #14223E;
--steel-blue-950: #0C1627;
}