Steel Blue
#435B9D
BlueColor Codes
All color formats for development
HEX
#435B9DRGB
rgb(67, 91, 157)HSL
hsl(224, 40%, 44%)OKLCH
oklch(0.485 0.11 267.2)CMYK
cmyk(57%, 42%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D528D
2#36497E
3#2F406E
4#28375E
5#222E4F
6#1B253F
7#141B2F
8#0D121F
9#070910
Tints
Lighter variations
1#4C67B1
2#5F77BA
3#7388C3
4#8799CC
5#9BAAD4
6#AFBBDD
7#C3CCE5
8#D7DDEE
9#EBEEF6
Tones
Muted variations
1#485D99
2#4C5F94
3#516290
4#55648B
5#5A6687
6#5E6882
7#636A7E
8#676C79
9#6C6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8295 #8295C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E77 #5E77BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435B #435B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #263459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D1D8EB;
--steel-blue-300: #ADB9DC;
--steel-blue-400: #8295C9;
--steel-blue-500: #5E77BA;
--steel-blue-600: #435B9D;
--steel-blue-700: #36497D;
--steel-blue-800: #263459;
--steel-blue-900: #182139;
--steel-blue-950: #0F1524;
}