Steel Blue
#395EA7
BlueColor Codes
All color formats for development
HEX
#395EA7RGB
rgb(57, 94, 167)HSL
hsl(220, 49%, 44%)OKLCH
oklch(0.492 0.125 262.5)CMYK
cmyk(66%, 44%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335496
2#2E4B86
3#284275
4#223864
5#1D2F54
6#172643
7#111C32
8#0B1321
9#060911
Tints
Lighter variations
1#416ABC
2#557AC5
3#6A8BCC
4#7F9BD3
5#95ACDB
6#AABDE2
7#BFCDE9
8#D4DEF0
9#EAEEF8
Tones
Muted variations
1#3F60A2
2#44629C
3#4A6397
4#4F6591
5#55678C
6#5A6986
7#606B81
8#656D7B
9#6B6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7A97 #7A97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547A #547AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395E #395EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2135 #21355F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CED8EE;
--steel-blue-300: #A8BBE1;
--steel-blue-400: #7A97D1;
--steel-blue-500: #547AC4;
--steel-blue-600: #395EA7;
--steel-blue-700: #2E4B85;
--steel-blue-800: #21355F;
--steel-blue-900: #15223D;
--steel-blue-950: #0D1526;
}