Steel Blue
#425B9E
BlueColor Codes
All color formats for development
HEX
#425B9ERGB
rgb(66, 91, 158)HSL
hsl(224, 41%, 44%)OKLCH
oklch(0.485 0.112 266.8)CMYK
cmyk(58%, 42%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C528E
2#35497F
3#2E406F
4#28365F
5#212D4F
6#1A243F
7#141B2F
8#0D1220
9#070910
Tints
Lighter variations
1#4B66B2
2#5E77BC
3#7288C4
4#8699CC
5#9AAAD5
6#AEBBDD
7#C3CCE6
8#D7DDEE
9#EBEEF7
Tones
Muted variations
1#475D9A
2#4B5F95
3#506190
4#55638C
5#596587
6#5E6883
7#626A7E
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 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB9 #ACB9DC | BordersInactive statesPlaceholder text |
| 400 | 8195 #8195CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D76 #5D76BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425B #425B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3548 #35487E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | 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: #D0D8EB;
--steel-blue-300: #ACB9DC;
--steel-blue-400: #8195CA;
--steel-blue-500: #5D76BB;
--steel-blue-600: #425B9E;
--steel-blue-700: #35487E;
--steel-blue-800: #26345A;
--steel-blue-900: #18213A;
--steel-blue-950: #0F1524;
}