Steel Blue
#395AA7
BlueColor Codes
All color formats for development
HEX
#395AA7RGB
rgb(57, 90, 167)HSL
hsl(222, 49%, 44%)OKLCH
oklch(0.483 0.129 264.6)CMYK
cmyk(66%, 46%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335196
2#2E4886
3#283F75
4#223664
5#1D2D54
6#172443
7#111B32
8#0B1221
9#060911
Tints
Lighter variations
1#4166BC
2#5576C5
3#6A87CC
4#7F99D3
5#95AADB
6#AABBE2
7#BFCCE9
8#D4DDF0
9#EAEEF8
Tones
Muted variations
1#3F5CA2
2#445F9C
3#4A6197
4#4F6391
5#55658C
6#5A6786
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 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A94 #7A94D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5476 #5476C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395A #395AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2133 #21335F | 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: #CED7EE;
--steel-blue-300: #A8B9E1;
--steel-blue-400: #7A94D1;
--steel-blue-500: #5476C4;
--steel-blue-600: #395AA7;
--steel-blue-700: #2E4885;
--steel-blue-800: #21335F;
--steel-blue-900: #15213D;
--steel-blue-950: #0D1526;
}