Steel Blue
#406BA0
BlueColor Codes
All color formats for development
HEX
#406BA0RGB
rgb(64, 107, 160)HSL
hsl(213, 43%, 44%)OKLCH
oklch(0.521 0.097 254.5)CMYK
cmyk(60%, 33%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6190
2#335680
3#2D4B70
4#264060
5#203650
6#1A2B40
7#132030
8#0D1520
9#060B10
Tints
Lighter variations
1#4879B5
2#5C88BE
3#7097C6
4#84A6CE
5#99B5D6
6#ADC3DE
7#C2D2E7
8#D6E1EF
9#EBF0F7
Tones
Muted variations
1#456C9C
2#4A6C97
3#4E6D92
4#536D8D
5#586E88
6#5D6E83
7#626F7F
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 | ABC2 #ABC2DE | BordersInactive statesPlaceholder text |
| 400 | 7FA2 #7FA2CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B87 #5B87BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406B #406BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3355 #335580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243D #243D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1727 #17273A | 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: #ABC2DE;
--steel-blue-400: #7FA2CC;
--steel-blue-500: #5B87BE;
--steel-blue-600: #406BA0;
--steel-blue-700: #335580;
--steel-blue-800: #243D5B;
--steel-blue-900: #17273A;
--steel-blue-950: #0F1824;
}