Steel Blue
#4068A0
BlueColor Codes
All color formats for development
HEX
#4068A0RGB
rgb(64, 104, 160)HSL
hsl(215, 43%, 44%)OKLCH
oklch(0.514 0.1 257)CMYK
cmyk(60%, 35%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5E90
2#335380
3#2D4970
4#263E60
5#203450
6#1A2A40
7#131F30
8#0D1520
9#060A10
Tints
Lighter variations
1#4875B5
2#5C85BE
3#7094C6
4#84A3CE
5#99B2D6
6#ADC2DE
7#C2D1E7
8#D6E0EF
9#EBF0F7
Tones
Muted variations
1#45699C
2#4A6A97
3#4E6B92
4#536B8D
5#586C88
6#5D6D83
7#626E7F
8#676F7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC0 #ABC0DE | BordersInactive statesPlaceholder text |
| 400 | 7F9F #7F9FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B84 #5B84BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4068 #4068A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3353 #335380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243B #243B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #D0DBEC;
--steel-blue-300: #ABC0DE;
--steel-blue-400: #7F9FCC;
--steel-blue-500: #5B84BE;
--steel-blue-600: #4068A0;
--steel-blue-700: #335380;
--steel-blue-800: #243B5B;
--steel-blue-900: #17263A;
--steel-blue-950: #0F1824;
}