Steel Blue
#406AA0
BlueColor Codes
All color formats for development
HEX
#406AA0RGB
rgb(64, 106, 160)HSL
hsl(214, 43%, 44%)OKLCH
oklch(0.519 0.098 255.4)CMYK
cmyk(60%, 34%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5F90
2#335580
3#2D4A70
4#263F60
5#203550
6#1A2A40
7#132030
8#0D1520
9#060B10
Tints
Lighter variations
1#4877B5
2#5C86BE
3#7095C6
4#84A4CE
5#99B4D6
6#ADC3DE
7#C2D2E7
8#D6E1EF
9#EBF0F7
Tones
Muted variations
1#456A9C
2#4A6B97
3#4E6C92
4#536C8D
5#586D88
6#5D6E83
7#626E7F
8#676F7A
9#6B7075
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 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7FA1 #7FA1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B86 #5B86BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406A #406AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3354 #335480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5B | 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: #D0DCEC;
--steel-blue-300: #ABC1DE;
--steel-blue-400: #7FA1CC;
--steel-blue-500: #5B86BE;
--steel-blue-600: #406AA0;
--steel-blue-700: #335480;
--steel-blue-800: #243C5B;
--steel-blue-900: #17263A;
--steel-blue-950: #0F1824;
}