Steel Blue
#4060A0
BlueColor Codes
All color formats for development
HEX
#4060A0RGB
rgb(64, 96, 160)HSL
hsl(220, 43%, 44%)OKLCH
oklch(0.496 0.109 262.9)CMYK
cmyk(60%, 40%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5790
2#334D80
3#2D4370
4#263A60
5#203050
6#1A2640
7#131D30
8#0D1320
9#060A10
Tints
Lighter variations
1#486CB5
2#5C7CBE
3#708DC6
4#849DCE
5#99ADD6
6#ADBEDE
7#C2CEE7
8#D6DEEF
9#EBEFF7
Tones
Muted variations
1#45629C
2#4A6397
3#4E6592
4#53678D
5#586888
6#5D6A83
7#626B7F
8#676D7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7F99 #7F99CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7C #5B7CBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4060 #4060A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334C #334C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #D0D9EC;
--steel-blue-300: #ABBCDE;
--steel-blue-400: #7F99CC;
--steel-blue-500: #5B7CBE;
--steel-blue-600: #4060A0;
--steel-blue-700: #334C80;
--steel-blue-800: #24375B;
--steel-blue-900: #17233A;
--steel-blue-950: #0F1624;
}