Steel Blue
#395CA7
BlueColor Codes
All color formats for development
HEX
#395CA7RGB
rgb(57, 92, 167)HSL
hsl(221, 49%, 44%)OKLCH
oklch(0.488 0.127 263.6)CMYK
cmyk(66%, 45%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335396
2#2E4A86
3#284075
4#223764
5#1D2E54
6#172543
7#111C32
8#0B1221
9#060911
Tints
Lighter variations
1#4168BC
2#5578C5
3#6A89CC
4#7F9AD3
5#95ABDB
6#AABCE2
7#BFCCE9
8#D4DDF0
9#EAEEF8
Tones
Muted variations
1#3F5EA2
2#44609C
3#4A6297
4#4F6491
5#55668C
6#5A6886
7#606A81
8#656C7B
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 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A96 #7A96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5478 #5478C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395C #395CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E49 #2E4985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | 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: #A8BAE1;
--steel-blue-400: #7A96D1;
--steel-blue-500: #5478C4;
--steel-blue-600: #395CA7;
--steel-blue-700: #2E4985;
--steel-blue-800: #21345F;
--steel-blue-900: #15213D;
--steel-blue-950: #0D1526;
}