Steel Blue
#365BAB
BlueColor Codes
All color formats for development
HEX
#365BABRGB
rgb(54, 91, 171)HSL
hsl(221, 52%, 44%)OKLCH
oklch(0.487 0.135 263.5)CMYK
cmyk(68%, 47%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305299
2#2B4988
3#264077
4#203666
5#1B2D55
6#162444
7#101B33
8#0B1222
9#050911
Tints
Lighter variations
1#3D66C0
2#5177C8
3#6788CF
4#7D99D6
5#92AADD
6#A8BBE4
7#BECCEA
8#D4DDF1
9#E9EEF8
Tones
Muted variations
1#3C5DA5
2#425F9F
3#476199
4#4D6393
5#53668D
6#596888
7#5F6A82
8#656C7C
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 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B9 #A6B9E3 | BordersInactive statesPlaceholder text |
| 400 | 7795 #7795D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5176 #5176C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 365B #365BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B48 #2B4888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | 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: #E4EAF6;
--steel-blue-200: #CDD8EF;
--steel-blue-300: #A6B9E3;
--steel-blue-400: #7795D4;
--steel-blue-500: #5176C8;
--steel-blue-600: #365BAB;
--steel-blue-700: #2B4888;
--steel-blue-800: #1F3461;
--steel-blue-900: #14213E;
--steel-blue-950: #0C1527;
}