Steel Blue
#41449F
BlueColor Codes
All color formats for development
HEX
#41449FRGB
rgb(65, 68, 159)HSL
hsl(238, 42%, 44%)OKLCH
oklch(0.437 0.145 277.2)CMYK
cmyk(59%, 57%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3D8F
2#34377F
3#2E3070
4#272960
5#212250
6#1A1B40
7#141430
8#0D0E20
9#070710
Tints
Lighter variations
1#494DB4
2#5D60BD
3#7174C5
4#8588CD
5#9A9CD6
6#AEAFDE
7#C2C3E6
8#D6D7EE
9#EBEBF7
Tones
Muted variations
1#46499B
2#4B4D96
3#4F5191
4#54568C
5#595A88
6#5D5F83
7#62637E
8#67677A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDD | BordersInactive statesPlaceholder text |
| 400 | 8083 #8083CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5F #5C5FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4144 #41449F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3436 #34367F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2527 #25275B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E6E6F5;
--steel-blue-200: #D0D1EC;
--steel-blue-300: #ACADDD;
--steel-blue-400: #8083CB;
--steel-blue-500: #5C5FBC;
--steel-blue-600: #41449F;
--steel-blue-700: #34367F;
--steel-blue-800: #25275B;
--steel-blue-900: #18193A;
--steel-blue-950: #0F1024;
}