Steel Blue
#41529F
BlueColor Codes
All color formats for development
HEX
#41529FRGB
rgb(65, 82, 159)HSL
hsl(229, 42%, 44%)OKLCH
oklch(0.465 0.126 271.4)CMYK
cmyk(59%, 48%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4A8F
2#34427F
3#2E3A70
4#273160
5#212950
6#1A2140
7#141930
8#0D1020
9#070810
Tints
Lighter variations
1#495DB4
2#5D6EBD
3#7180C5
4#8593CD
5#9AA5D6
6#AEB7DE
7#C2C9E6
8#D6DBEE
9#EBEDF7
Tones
Muted variations
1#46559B
2#4B5896
3#4F5B91
4#545E8C
5#596188
6#5D6483
7#62677E
8#676A7A
9#6B6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DD | BordersInactive statesPlaceholder text |
| 400 | 808E #808ECB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6E #5C6EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4152 #41529F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3442 #34427F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252F #252F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E8F5;
--steel-blue-200: #D0D5EC;
--steel-blue-300: #ACB5DD;
--steel-blue-400: #808ECB;
--steel-blue-500: #5C6EBC;
--steel-blue-600: #41529F;
--steel-blue-700: #34427F;
--steel-blue-800: #252F5B;
--steel-blue-900: #181E3A;
--steel-blue-950: #0F1324;
}