Steel Blue
#3A59A6
BlueColor Codes
All color formats for development
HEX
#3A59A6RGB
rgb(58, 89, 166)HSL
hsl(223, 48%, 44%)OKLCH
oklch(0.481 0.129 265.4)CMYK
cmyk(65%, 46%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355095
2#2F4785
3#293E74
4#233564
5#1D2C53
6#172442
7#121B32
8#0C1221
9#060911
Tints
Lighter variations
1#4264BB
2#5675C4
3#6B86CB
4#8097D2
5#95A9DA
6#AABAE1
7#C0CBE9
8#D5DCF0
9#EAEEF8
Tones
Muted variations
1#405BA1
2#455E9B
3#4B6096
4#506291
5#55658B
6#5B6786
7#606980
8#656C7B
9#6B6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7B93 #7B93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5574 #5574C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A59 #3A59A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E47 #2E4784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203C | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B8E1;
--steel-blue-400: #7B93D1;
--steel-blue-500: #5574C3;
--steel-blue-600: #3A59A6;
--steel-blue-700: #2E4784;
--steel-blue-800: #21325E;
--steel-blue-900: #15203C;
--steel-blue-950: #0D1426;
}