Steel Blue
#435A9D
BlueColor Codes
All color formats for development
HEX
#435A9DRGB
rgb(67, 90, 157)HSL
hsl(225, 40%, 44%)OKLCH
oklch(0.483 0.111 267.8)CMYK
cmyk(57%, 43%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D518D
2#36487E
3#2F3F6E
4#28365E
5#222D4F
6#1B243F
7#141B2F
8#0D121F
9#070910
Tints
Lighter variations
1#4C65B1
2#5F76BA
3#7387C3
4#8798CC
5#9BA9D4
6#AFBADD
7#C3CCE5
8#D7DDEE
9#EBEEF6
Tones
Muted variations
1#485C99
2#4C5E94
3#516090
4#55638B
5#5A6587
6#5E6782
7#63697E
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8294 #8294C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E75 #5E75BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435A #435A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #263359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | 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: #D1D7EB;
--steel-blue-300: #ADB9DC;
--steel-blue-400: #8294C9;
--steel-blue-500: #5E75BA;
--steel-blue-600: #435A9D;
--steel-blue-700: #36477D;
--steel-blue-800: #263359;
--steel-blue-900: #182139;
--steel-blue-950: #0F1424;
}