Steel Blue
#4062A0
BlueColor Codes
All color formats for development
HEX
#4062A0RGB
rgb(64, 98, 160)HSL
hsl(219, 43%, 44%)OKLCH
oklch(0.5 0.107 261.6)CMYK
cmyk(60%, 39%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5890
2#334E80
3#2D4470
4#263B60
5#203150
6#1A2740
7#131D30
8#0D1420
9#060A10
Tints
Lighter variations
1#486EB5
2#5C7EBE
3#708EC6
4#849ECE
5#99AED6
6#ADBFDE
7#C2CFE7
8#D6DFEF
9#EBEFF7
Tones
Muted variations
1#45639C
2#4A6597
3#4E6692
4#53688D
5#586988
6#5D6A83
7#626C7F
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 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7F9A #7F9ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7D #5B7DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4062 #4062A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334E #334E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | 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: #D0DAEC;
--steel-blue-300: #ABBDDE;
--steel-blue-400: #7F9ACC;
--steel-blue-500: #5B7DBE;
--steel-blue-600: #4062A0;
--steel-blue-700: #334E80;
--steel-blue-800: #24385B;
--steel-blue-900: #17243A;
--steel-blue-950: #0F1624;
}